#21D333

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

Shades of Lime Green #21D333

Tints of Lime Green #21D333

Color information

#21D333 (or 0x21D333) is unknown color: approx Lime Green. HEX triplet: 21, D3 and 33. RGB value is (33,211,51). Sum of RGB (Red+Green+Blue) = 33+211+51=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 211 (82.81% from 255 or 71.53% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 211 - color contains mainly: green. Hex color #21D333 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D333 is #DE2CCC. Grayscale: #8C8C8C. Windows color (decimal): -14560461 or 3396385. OLE color: 3396385.

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

Color convert

RGB3321151-
CMYK0.8400.760.17
HSL126.07º72.95%47.84%-
HSV(B)126.07º84.36%82.75%-
XYZ24.5247.1510.94-
YUV139.5478.0352.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.19%
GREEN value IS 211 (82.81% from 255) = 71.53%
BLUE value IS 51 (20.31% from 255) = 17.29%
R=11.19%
G=71.53%
B=17.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal33211510.8400.760.17126.0772.9547.84
Hex21D3335404C117e4930
Octal413236312401142117611160
Binary100001110100111100111010100010011001000111111101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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