Html Css Color HEX #22C013 Lime Green

📋 copy color: '#22C013'

red 34 ◦ green 192 ◦ blue 19

#22C013
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #22C013

Tints of Lime Green #22C013

RGB

 RED value IS 34 (13.67% from 255) = 13.88%

 GREEN value IS 192 (75.39% from 255) = 78.37%

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 13.88%
G = 78.37%
B = 7.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#22C013 (or 0x22C013) is known color: Lime Green. HEX triplet: 22, C0 and 13. RGB value is (34,192,19). Sum of RGB (Red+Green+Blue) = 34+192+19=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #22C013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C013 is #DD3FEC. Grayscale: #7D7D7D. Windows color (decimal): -14499821 or 1294370. OLE color: 1294370.

HSL color Cylindrical-coordinate representation of color #22C013: hue angle of 114.8º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #22C013 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 192 19 -
CMYK 0.82 0 0.90 0.25
HSL 114.8º 0.82% 0.41% -
HSV(B) 114.8º 0.9% 0.75% -
XYZ 19.63 38.09 6.93 -
YUV 125.04 68.15 63.07 -
System Red Green Blue C M Y K H S L
Decimal 34 192 19 0.82 0 0.90 0.25 114.8 0.82 0.41
Hex 22 C0 13 52 0 5A 19 73 52 29
Octal 42 300 23 122 0 132 31 163 122 51
Binary 100010 11000000 10011 1010010 0 1011010 11001 1110011 1010010 101001

Color Harmonies of #22C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C013

Black with #22C013

Text Example


Text Example

White with #22C013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22C013; }

 p { color: rgb(34,192,19); }

 H1.HeaderClassName
 {
   color: #22C013;
 }
 .AnyTagClassName
 {
   color: #22C013;
 }
</style>

background-color css

<style>
 a { background-color: #22C013; }

 a { background-color: rgb(34,192,19); }

 div.DivClassName
 {
   background-color: #22C013;
 }
 .BgClassName
 {
   background-color: #22C013;
 }
</style>

border-color css

<style>
 span { border-color: #22C013; }

 span { border-color: rgb(34,192,19); }

 td.TdClassName
 {
   border-color: #22C013;
 }
 .TagClassName
 {
   border-color: #22C013;
 }
</style>