#21df1e

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

Shades of Lime Green #21DF1E

Tints of Lime Green #21DF1E

Color information

#21DF1E (or 0x21DF1E) is unknown color: approx Lime Green. HEX triplet: 21, DF and 1E. RGB value is (33,223,30). Sum of RGB (Red+Green+Blue) = 33+223+30=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 223 (87.5% from 255 or 77.97% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 223 - color contains mainly: green. Hex color #21DF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DF1E is #DE20E1. Grayscale: #909090. Windows color (decimal): -14557410 or 2023201. OLE color: 2023201.

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

Color convert

RGB3322330-
CMYK0.8500.870.13
HSL119.07º76.28%49.61%-
HSV(B)119.07º86.55%87.45%-
XYZ27.2553.1910.06-
YUV144.1963.5548.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 223 (87.5% from 255) = 77.97%
BLUE value IS 30 (12.11% from 255) = 10.49%
R=11.54%
G=77.97%
B=10.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal33223300.8500.870.13119.0776.2849.61
Hex21DF1E55057D774c32
Octal413373612501271516711462
Binary1000011101111111110101010101010111110111101111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21df1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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