#21D827

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

Shades of Lime Green #21D827

Tints of Lime Green #21D827

Color information

#21D827 (or 0x21D827) is unknown color: approx Lime Green. HEX triplet: 21, D8 and 27. RGB value is (33,216,39). Sum of RGB (Red+Green+Blue) = 33+216+39=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 216 (84.77% from 255 or 75% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 216 - color contains mainly: green. Hex color #21D827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D827 is #DE27D8. Grayscale: #8D8D8D. Windows color (decimal): -14559193 or 2611233. OLE color: 2611233.

HSL color Cylindrical-coordinate representation of color #21D827: hue angle of 121.97º 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 #21D827 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB3321639-
CMYK0.8500.820.15
HSL121.97º73.49%48.82%-
HSV(B)121.97º84.72%84.71%-
XYZ25.5549.5810.14-
YUV141.170.3750.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.46%
GREEN value IS 216 (84.77% from 255) = 75%
BLUE value IS 39 (15.62% from 255) = 13.54%
R=11.46%
G=75%
B=13.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal33216390.8500.820.15121.9773.4948.82
Hex21D82755052F7a4931
Octal413304712501221717211161
Binary10000111011000100111101010101010010111111110101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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