#21D30C

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

Shades of Lime Green #21D30C

Tints of Lime Green #21D30C

Color information

#21D30C (or 0x21D30C) is unknown color: approx Lime Green. HEX triplet: 21, D3 and 0C. RGB value is (33,211,12). Sum of RGB (Red+Green+Blue) = 33+211+12=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 211 (82.81% from 255 or 82.42% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 211 - color contains mainly: green. Hex color #21D30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D30C is #DE2CF3. Grayscale: #878787. Windows color (decimal): -14560500 or 840481. OLE color: 840481.

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

Color convert

RGB3321112-
CMYK0.8400.940.17
HSL113.67º89.24%43.73%-
HSV(B)113.67º94.31%82.75%-
XYZ23.9946.948.14-
YUV135.0958.5355.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.89%
GREEN value IS 211 (82.81% from 255) = 82.42%
BLUE value IS 12 (5.08% from 255) = 4.69%
R=12.89%
G=82.42%
B=4.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal33211120.8400.940.17113.6789.2443.73
Hex21D3C5405E1172592c
Octal413231412401362116213154
Binary1000011101001111001010100010111101000111100101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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