Html Css Color HEX #22DD22 Lime Green

📋 copy color: '#22DD22'

red 34 ◦ green 221 ◦ blue 34

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

Shades of Lime Green #22DD22

Tints of Lime Green #22DD22

RGB

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

 GREEN value IS 221 (86.72% from 255) = 76.47%

 BLUE value IS 34 (13.67% from 255) = 11.76%

R = 11.76%
G = 76.47%
B = 11.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#22DD22 (or 0x22DD22) is known color: Lime Green. HEX triplet: 22, DD and 22. RGB value is (34,221,34). Sum of RGB (Red+Green+Blue) = 34+221+34=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 221 (86.72% from 255 or 76.47% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 221 - color contains mainly: green. Hex color #22DD22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DD22 is #DD22DD. Grayscale: #909090. Windows color (decimal): -14492382 or 2284834. OLE color: 2284834.

HSL color Cylindrical-coordinate representation of color #22DD22: hue angle of 120º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22DD22 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 221 34 -
CMYK 0.85 0 0.85 0.13
HSL 120º 0.73% 0.5% -
HSV(B) 120º 0.85% 0.87% -
XYZ 26.8 52.17 10.17 -
YUV 143.77 66.05 49.71 -
System Red Green Blue C M Y K H S L
Decimal 34 221 34 0.85 0 0.85 0.13 120 0.73 0.5
Hex 22 DD 22 55 0 55 D 78 49 32
Octal 42 335 42 125 0 125 15 170 111 62
Binary 100010 11011101 100010 1010101 0 1010101 1101 1111000 1001001 110010

Color Harmonies of #22DD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22DD22

Black with #22DD22

Text Example


Text Example

White with #22DD22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,221,34); }

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

background-color css

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

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

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

border-color css

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

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

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