Html Css Color HEX #22C808 Lime Green

📋 copy color: '#22C808'

red 34 ◦ green 200 ◦ blue 8

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

Shades of Lime Green #22C808

Tints of Lime Green #22C808

RGB

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

 GREEN value IS 200 (78.52% from 255) = 82.64%

 BLUE value IS 8 (3.52% from 255) = 3.31%

R = 14.05%
G = 82.64%
B = 3.31%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#22C808 (or 0x22C808) is known color: Lime Green. HEX triplet: 22, C8 and 08. RGB value is (34,200,8). Sum of RGB (Red+Green+Blue) = 34+200+8=242 (32% of max value = 765). Red value is 34 (13.67% from 255 or 14.05% from 242); Green value is 200 (78.52% from 255 or 82.64% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 200 - color contains mainly: green. Hex color #22C808 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C808 is #DD37F7. Grayscale: #818181. Windows color (decimal): -14497784 or 575522. OLE color: 575522.

HSL color Cylindrical-coordinate representation of color #22C808: hue angle of 111.88º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #22C808 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 34 200 8 -
CMYK 0.83 0 0.96 0.22
HSL 111.88º 0.92% 0.41% -
HSV(B) 111.88º 0.96% 0.78% -
XYZ 21.36 41.67 7.15 -
YUV 128.48 60 60.61 -
System Red Green Blue C M Y K H S L
Decimal 34 200 8 0.83 0 0.96 0.22 111.88 0.92 0.41
Hex 22 C8 8 53 0 60 16 70 5C 29
Octal 42 310 10 123 0 140 26 160 134 51
Binary 100010 11001000 1000 1010011 0 1100000 10110 1110000 1011100 101001

Color Harmonies of #22C808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C808

Black with #22C808

Text Example


Text Example

White with #22C808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,200,8); }

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

background-color css

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

 a { background-color: rgb(34,200,8); }

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

border-color css

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

 span { border-color: rgb(34,200,8); }

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