#22DD1B

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

Shades of Lime Green #22DD1B

Tints of Lime Green #22DD1B

Color information

#22DD1B (or 0x22DD1B) is unknown color: approx Lime Green. HEX triplet: 22, DD and 1B. RGB value is (34,221,27). Sum of RGB (Red+Green+Blue) = 34+221+27=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 221 (86.72% from 255 or 78.37% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 221 - color contains mainly: green. Hex color #22DD1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DD1B is #DD22E4. Grayscale: #8F8F8F. Windows color (decimal): -14492389 or 1826082. OLE color: 1826082.

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

Color convert

RGB3422127-
CMYK0.8500.880.13
HSL117.84º78.23%48.63%-
HSV(B)117.84º87.78%86.67%-
XYZ26.7152.139.69-
YUV142.9762.5550.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.06%
GREEN value IS 221 (86.72% from 255) = 78.37%
BLUE value IS 27 (10.94% from 255) = 9.57%
R=12.06%
G=78.37%
B=9.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal34221270.8500.880.13117.8478.2348.63
Hex22DD1B55058D764e31
Octal423353312501301516611661
Binary1000101101110111011101010101011000110111101101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22DD1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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