#21D30F

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

Shades of Lime Green #21D30F

Tints of Lime Green #21D30F

Color information

#21D30F (or 0x21D30F) is unknown color: approx Lime Green. HEX triplet: 21, D3 and 0F. RGB value is (33,211,15). Sum of RGB (Red+Green+Blue) = 33+211+15=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 211 (82.81% from 255 or 81.47% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 211 - color contains mainly: green. Hex color #21D30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D30F is #DE2CF0. Grayscale: #888888. Windows color (decimal): -14560497 or 1037089. OLE color: 1037089.

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

Color convert

RGB3321115-
CMYK0.8400.930.17
HSL114.49º86.73%44.31%-
HSV(B)114.49º92.89%82.75%-
XYZ24.0146.958.25-
YUV135.4360.0354.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.74%
GREEN value IS 211 (82.81% from 255) = 81.47%
BLUE value IS 15 (6.25% from 255) = 5.79%
R=12.74%
G=81.47%
B=5.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal33211150.8400.930.17114.4986.7344.31
Hex21D3F5405D1172572c
Octal413231712401352116212754
Binary1000011101001111111010100010111011000111100101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,211,15); }

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

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

 a { background-color: rgb(33,211,15); }

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

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

 span { border-color: rgb(33,211,15); }

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