#21DF1B

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

Shades of Lime Green #21DF1B

Tints of Lime Green #21DF1B

Color information

#21DF1B (or 0x21DF1B) is unknown color: approx Lime Green. HEX triplet: 21, DF and 1B. RGB value is (33,223,27). Sum of RGB (Red+Green+Blue) = 33+223+27=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 223 (87.5% from 255 or 78.80% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 223 - color contains mainly: green. Hex color #21DF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DF1B is #DE20E4. Grayscale: #909090. Windows color (decimal): -14557413 or 1826593. OLE color: 1826593.

HSL color Cylindrical-coordinate representation of color #21DF1B: hue angle of 118.16º 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 #21DF1B is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB3322327-
CMYK0.8500.880.13
HSL118.16º78.4%49.02%-
HSV(B)118.16º87.89%87.45%-
XYZ27.2153.189.87-
YUV143.8562.0548.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.66%
GREEN value IS 223 (87.5% from 255) = 78.80%
BLUE value IS 27 (10.94% from 255) = 9.54%
R=11.66%
G=78.80%
B=9.54%

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
Decimal33223270.8500.880.13118.1678.449.02
Hex21DF1B55058D764e31
Octal413373312501301516611661
Binary1000011101111111011101010101011000110111101101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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