#21D410

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

Shades of Lime Green #21D410

Tints of Lime Green #21D410

Color information

#21D410 (or 0x21D410) is unknown color: approx Lime Green. HEX triplet: 21, D4 and 10. RGB value is (33,212,16). Sum of RGB (Red+Green+Blue) = 33+212+16=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 212 (83.20% from 255 or 81.23% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 212 - color contains mainly: green. Hex color #21D410 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D410 is #DE2BEF. Grayscale: #888888. Windows color (decimal): -14560240 or 1102881. OLE color: 1102881.

HSL color Cylindrical-coordinate representation of color #21D410: hue angle of 114.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21D410 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB3321216-
CMYK0.8400.920.17
HSL114.8º85.96%44.71%-
HSV(B)114.8º92.45%83.14%-
XYZ24.2647.458.37-
YUV136.1460.254.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.64%
GREEN value IS 212 (83.20% from 255) = 81.23%
BLUE value IS 16 (6.64% from 255) = 6.13%
R=12.64%
G=81.23%
B=6.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal33212160.8400.920.17114.885.9644.71
Hex21D4105405C1173562d
Octal413242012401342116312655
Binary10000111010100100001010100010111001000111100111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,212,16); }

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

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

 a { background-color: rgb(33,212,16); }

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

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

 span { border-color: rgb(33,212,16); }

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