#21DA24

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

Shades of Lime Green #21DA24

Tints of Lime Green #21DA24

Color information

#21DA24 (or 0x21DA24) is unknown color: approx Lime Green. HEX triplet: 21, DA and 24. RGB value is (33,218,36). Sum of RGB (Red+Green+Blue) = 33+218+36=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 218 (85.55% from 255 or 75.96% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 218 - color contains mainly: green. Hex color #21DA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DA24 is #DE25DB. Grayscale: #8E8E8E. Windows color (decimal): -14558684 or 2415137. OLE color: 2415137.

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

Color convert

RGB3321836-
CMYK0.8500.830.15
HSL120.97º73.71%49.22%-
HSV(B)120.97º84.86%85.49%-
XYZ26.0250.5910.06-
YUV141.9468.2150.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 218 (85.55% from 255) = 75.96%
BLUE value IS 36 (14.45% from 255) = 12.54%
R=11.50%
G=75.96%
B=12.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal33218360.8500.830.15120.9773.7149.22
Hex21DA2455053F794a31
Octal413324412501231717111261
Binary10000111011010100100101010101010011111111110011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,218,36); }

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

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

 a { background-color: rgb(33,218,36); }

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

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

 span { border-color: rgb(33,218,36); }

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