Html Css Color HEX #22DD29 Lime Green

📋 copy color: '#22DD29'

red 34 ◦ green 221 ◦ blue 41

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

Shades of Lime Green #22DD29

Tints of Lime Green #22DD29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.85%

R = 11.49%
G = 74.66%
B = 13.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#22DD29 (or 0x22DD29) is known color: Lime Green. HEX triplet: 22, DD and 29. RGB value is (34,221,41). Sum of RGB (Red+Green+Blue) = 34+221+41=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 221 (86.72% from 255 or 74.66% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 221 - color contains mainly: green. Hex color #22DD29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DD29 is #DD22D6. Grayscale: #919191. Windows color (decimal): -14492375 or 2743586. OLE color: 2743586.

HSL color Cylindrical-coordinate representation of color #22DD29: hue angle of 122.25º 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 #22DD29 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 221 41 -
CMYK 0.85 0 0.81 0.13
HSL 122.25º 0.73% 0.5% -
HSV(B) 122.25º 0.85% 0.87% -
XYZ 26.92 52.21 10.76 -
YUV 144.57 69.55 49.14 -
System Red Green Blue C M Y K H S L
Decimal 34 221 41 0.85 0 0.81 0.13 122.25 0.73 0.5
Hex 22 DD 29 55 0 51 D 7A 49 32
Octal 42 335 51 125 0 121 15 172 111 62
Binary 100010 11011101 101001 1010101 0 1010001 1101 1111010 1001001 110010

Color Harmonies of #22DD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22DD29

Black with #22DD29

Text Example


Text Example

White with #22DD29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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