Html Css Color HEX #22D008 Lime Green

📋 copy color: '#22D008'

red 34 ◦ green 208 ◦ blue 8

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

Shades of Lime Green #22D008

Tints of Lime Green #22D008

RGB

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

 GREEN value IS 208 (81.64% from 255) = 83.2%

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

R = 13.6%
G = 83.2%
B = 3.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#22D008 (or 0x22D008) is known color: Lime Green. HEX triplet: 22, D0 and 08. RGB value is (34,208,8). Sum of RGB (Red+Green+Blue) = 34+208+8=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 208 (81.64% from 255 or 83.2% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 208 - color contains mainly: green. Hex color #22D008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22D008 is #DD2FF7. Grayscale: #858585. Windows color (decimal): -14495736 or 577570. OLE color: 577570.

HSL color Cylindrical-coordinate representation of color #22D008: hue angle of 112.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #22D008 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 34 208 8 -
CMYK 0.84 0 0.96 0.18
HSL 112.2º 0.93% 0.42% -
HSV(B) 112.2º 0.96% 0.82% -
XYZ 23.26 45.47 7.78 -
YUV 133.17 57.35 57.26 -
System Red Green Blue C M Y K H S L
Decimal 34 208 8 0.84 0 0.96 0.18 112.2 0.93 0.42
Hex 22 D0 8 54 0 60 12 70 5D 2A
Octal 42 320 10 124 0 140 22 160 135 52
Binary 100010 11010000 1000 1010100 0 1100000 10010 1110000 1011101 101010

Color Harmonies of #22D008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22D008

Black with #22D008

Text Example


Text Example

White with #22D008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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