Html Css Color HEX #22D02D Lime Green

📋 copy color: '#22D02D'

red 34 ◦ green 208 ◦ blue 45

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

Shades of Lime Green #22D02D

Tints of Lime Green #22D02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 11.85%
G = 72.47%
B = 15.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#22D02D (or 0x22D02D) is known color: Lime Green. HEX triplet: 22, D0 and 2D. RGB value is (34,208,45). Sum of RGB (Red+Green+Blue) = 34+208+45=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 208 (81.64% from 255 or 72.47% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 208 - color contains mainly: green. Hex color #22D02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D02D is #DD2FD2. Grayscale: #898989. Windows color (decimal): -14495699 or 3002402. OLE color: 3002402.

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

Color convert

RGB 34 208 45 -
CMYK 0.84 0 0.78 0.18
HSL 123.79º 0.72% 0.47% -
HSV(B) 123.79º 0.84% 0.82% -
XYZ 23.69 45.64 10.04 -
YUV 137.39 75.85 54.25 -
System Red Green Blue C M Y K H S L
Decimal 34 208 45 0.84 0 0.78 0.18 123.79 0.72 0.47
Hex 22 D0 2D 54 0 4E 12 7C 48 2F
Octal 42 320 55 124 0 116 22 174 110 57
Binary 100010 11010000 101101 1010100 0 1001110 10010 1111100 1001000 101111

Color Harmonies of #22D02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22D02D

Black with #22D02D

Text Example


Text Example

White with #22D02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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