#22DD1E

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

Shades of Lime Green #22DD1E

Tints of Lime Green #22DD1E

Color information

#22DD1E (or 0x22DD1E) is unknown color: approx Lime Green. HEX triplet: 22, DD and 1E. RGB value is (34,221,30). Sum of RGB (Red+Green+Blue) = 34+221+30=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 221 (86.72% from 255 or 77.54% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 221 - color contains mainly: green. Hex color #22DD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DD1E is #DD22E1. Grayscale: #8F8F8F. Windows color (decimal): -14492386 or 2022690. OLE color: 2022690.

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

Color convert

RGB3422130-
CMYK0.8500.860.13
HSL118.74º76.1%49.22%-
HSV(B)118.74º86.43%86.67%-
XYZ26.7552.159.88-
YUV143.3164.0550.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.93%
GREEN value IS 221 (86.72% from 255) = 77.54%
BLUE value IS 30 (12.11% from 255) = 10.53%
R=11.93%
G=77.54%
B=10.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal34221300.8500.860.13118.7476.149.22
Hex22DD1E55056D774c31
Octal423353612501261516711461
Binary1000101101110111110101010101010110110111101111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22DD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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