#21D329

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

Shades of Lime Green #21D329

Tints of Lime Green #21D329

Color information

#21D329 (or 0x21D329) is unknown color: approx Lime Green. HEX triplet: 21, D3 and 29. RGB value is (33,211,41). Sum of RGB (Red+Green+Blue) = 33+211+41=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 211 (82.81% from 255 or 74.04% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 211 - color contains mainly: green. Hex color #21D329 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D329 is #DE2CD6. Grayscale: #8A8A8A. Windows color (decimal): -14560471 or 2741025. OLE color: 2741025.

HSL color Cylindrical-coordinate representation of color #21D329: hue angle of 122.7º 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 #21D329 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB3321141-
CMYK0.8400.810.17
HSL122.7º72.95%47.84%-
HSV(B)122.7º84.36%82.75%-
XYZ24.3247.079.9-
YUV138.473.0352.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.58%
GREEN value IS 211 (82.81% from 255) = 74.04%
BLUE value IS 41 (16.41% from 255) = 14.39%
R=11.58%
G=74.04%
B=14.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal33211410.8400.810.17122.772.9547.84
Hex21D32954051117b4930
Octal413235112401212117311160
Binary100001110100111010011010100010100011000111110111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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