Html Css Color HEX #22DD2D Lime Green

📋 copy color: '#22DD2D'

red 34 ◦ green 221 ◦ blue 45

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

Shades of Lime Green #22DD2D

Tints of Lime Green #22DD2D

RGB

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

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

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

R = 11.33%
G = 73.67%
B = 15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#22DD2D (or 0x22DD2D) is known color: Lime Green. HEX triplet: 22, DD and 2D. RGB value is (34,221,45). Sum of RGB (Red+Green+Blue) = 34+221+45=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 221 (86.72% from 255 or 73.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 221 - color contains mainly: green. Hex color #22DD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DD2D is #DD22D2. Grayscale: #919191. Windows color (decimal): -14492371 or 3005730. OLE color: 3005730.

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

Color convert

RGB 34 221 45 -
CMYK 0.85 0 0.80 0.13
HSL 123.53º 0.73% 0.5% -
HSV(B) 123.53º 0.85% 0.87% -
XYZ 26.99 52.24 11.14 -
YUV 145.02 71.55 48.81 -
System Red Green Blue C M Y K H S L
Decimal 34 221 45 0.85 0 0.80 0.13 123.53 0.73 0.5
Hex 22 DD 2D 55 0 50 D 7C 49 32
Octal 42 335 55 125 0 120 15 174 111 62
Binary 100010 11011101 101101 1010101 0 1010000 1101 1111100 1001001 110010

Color Harmonies of #22DD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22DD2D

Black with #22DD2D

Text Example


Text Example

White with #22DD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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