#21d82e

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

Shades of Lime Green #21D82E

Tints of Lime Green #21D82E

Color information

#21D82E (or 0x21D82E) is unknown color: approx Lime Green. HEX triplet: 21, D8 and 2E. RGB value is (33,216,46). Sum of RGB (Red+Green+Blue) = 33+216+46=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 216 (84.77% from 255 or 73.22% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 216 - color contains mainly: green. Hex color #21D82E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D82E is #DE27D1. Grayscale: #8E8E8E. Windows color (decimal): -14559186 or 3069985. OLE color: 3069985.

HSL color Cylindrical-coordinate representation of color #21D82E: hue angle of 124.26º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D82E is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB3321646-
CMYK0.8500.790.15
HSL124.26º73.49%48.82%-
HSV(B)124.26º84.72%84.71%-
XYZ25.6849.6310.81-
YUV141.973.8750.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.19%
GREEN value IS 216 (84.77% from 255) = 73.22%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=11.19%
G=73.22%
B=15.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal33216460.8500.790.15124.2673.4948.82
Hex21D82E5504FF7c4931
Octal413305612501171717411161
Binary10000111011000101110101010101001111111111111001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21d82e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,216,46); }

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

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

 a { background-color: rgb(33,216,46); }

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

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

 span { border-color: rgb(33,216,46); }

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