#21D11E

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

Shades of Lime Green #21D11E

Tints of Lime Green #21D11E

Color information

#21D11E (or 0x21D11E) is unknown color: approx Lime Green. HEX triplet: 21, D1 and 1E. RGB value is (33,209,30). Sum of RGB (Red+Green+Blue) = 33+209+30=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 209 (82.03% from 255 or 76.84% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 209 - color contains mainly: green. Hex color #21D11E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D11E is #DE2EE1. Grayscale: #888888. Windows color (decimal): -14560994 or 2019617. OLE color: 2019617.

HSL color Cylindrical-coordinate representation of color #21D11E: hue angle of 118.99º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21D11E is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB3320930-
CMYK0.8400.860.18
HSL118.99º74.9%46.86%-
HSV(B)118.99º85.65%81.96%-
XYZ23.6646.028.86-
YUV135.9768.1954.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.13%
GREEN value IS 209 (82.03% from 255) = 76.84%
BLUE value IS 30 (12.11% from 255) = 11.03%
R=12.13%
G=76.84%
B=11.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal33209300.8400.860.18118.9974.946.86
Hex21D11E5405612774b2f
Octal413213612401262216711357
Binary10000111010001111101010100010101101001011101111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21D11E; }

 p { color: rgb(33,209,30); }

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

<style>
 a { background-color: #21D11E; }

 a { background-color: rgb(33,209,30); }

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

<style>
 span { border-color: #21D11E; }

 span { border-color: rgb(33,209,30); }

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