#22dd19

Color #22DD19 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #22DD19

Tints of Lime Green #22DD19

Color information

#22DD19 (or 0x22DD19) is unknown color: approx Lime Green. HEX triplet: 22, DD and 19. RGB value is (34,221,25). Sum of RGB (Red+Green+Blue) = 34+221+25=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 221 (86.72% from 255 or 78.93% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 221 - color contains mainly: green. Hex color #22DD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22DD19 is #DD22E6. Grayscale: #8F8F8F. Windows color (decimal): -14492391 or 1695010. OLE color: 1695010.

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

Color convert

RGB3422125-
CMYK0.8500.890.13
HSL117.24º79.67%48.24%-
HSV(B)117.24º88.69%86.67%-
XYZ26.6952.129.57-
YUV142.7461.5550.44-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.14%
GREEN value IS 221 (86.72% from 255) = 78.93%
BLUE value IS 25 (10.16% from 255) = 8.93%
R=12.14%
G=78.93%
B=8.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal34221250.8500.890.13117.2479.6748.24
Hex22DD1955059D755030
Octal423353112501311516512060
Binary1000101101110111001101010101011001110111101011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22dd19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #22dd19;
 }
 .AnyTagClassName
 {
   color: #22dd19;
 }
</style>
background-color css

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

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

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

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

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

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