Html Css Color HEX #21DC24 Lime Green

📋 copy color: '#21DC24'

red 33 ◦ green 220 ◦ blue 36

#21DC24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #21DC24

Tints of Lime Green #21DC24

RGB

 RED value IS 33 (13.28% from 255) = 11.42%

 GREEN value IS 220 (86.33% from 255) = 76.12%

 BLUE value IS 36 (14.45% from 255) = 12.46%

R = 11.42%
G = 76.12%
B = 12.46%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#21DC24 (or 0x21DC24) is known color: Lime Green. HEX triplet: 21, DC and 24. RGB value is (33,220,36). Sum of RGB (Red+Green+Blue) = 33+220+36=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DC24 is #DE23DB. Grayscale: #8F8F8F. Windows color (decimal): -14558172 or 2415649. OLE color: 2415649.

HSL color Cylindrical-coordinate representation of color #21DC24: hue angle of 120.96º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DC24 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 220 36 -
CMYK 0.85 0 0.84 0.14
HSL 120.96º 0.74% 0.5% -
HSV(B) 120.96º 0.85% 0.86% -
XYZ 26.54 51.64 10.24 -
YUV 143.11 67.55 49.46 -
System Red Green Blue C M Y K H S L
Decimal 33 220 36 0.85 0 0.84 0.14 120.96 0.74 0.5
Hex 21 DC 24 55 0 54 E 79 4A 32
Octal 41 334 44 125 0 124 16 171 112 62
Binary 100001 11011100 100100 1010101 0 1010100 1110 1111001 1001010 110010

Color Harmonies of #21DC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DC24

Black with #21DC24

Text Example


Text Example

White with #21DC24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21DC24;
 }
 .AnyTagClassName
 {
   color: #21DC24;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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