Html Css Color HEX #21DD18 Lime Green

📋 copy color: '#21DD18'

red 33 ◦ green 221 ◦ blue 24

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

Shades of Lime Green #21DD18

Tints of Lime Green #21DD18

RGB

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

 GREEN value IS 221 (86.72% from 255) = 79.5%

 BLUE value IS 24 (9.77% from 255) = 8.63%

R = 11.87%
G = 79.5%
B = 8.63%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#21DD18 (or 0x21DD18) is known color: Lime Green. HEX triplet: 21, DD and 18. RGB value is (33,221,24). Sum of RGB (Red+Green+Blue) = 33+221+24=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 221 (86.72% from 255 or 79.50% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21DD18 is #DE22E7. Grayscale: #8E8E8E. Windows color (decimal): -14557928 or 1629473. OLE color: 1629473.

HSL color Cylindrical-coordinate representation of color #21DD18: hue angle of 117.26º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21DD18 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 221 24 -
CMYK 0.85 0 0.89 0.13
HSL 117.26º 0.8% 0.48% -
HSV(B) 117.26º 0.89% 0.87% -
XYZ 26.65 52.1 9.52 -
YUV 142.33 61.22 50.02 -
System Red Green Blue C M Y K H S L
Decimal 33 221 24 0.85 0 0.89 0.13 117.26 0.8 0.48
Hex 21 DD 18 55 0 59 D 75 50 30
Octal 41 335 30 125 0 131 15 165 120 60
Binary 100001 11011101 11000 1010101 0 1011001 1101 1110101 1010000 110000

Color Harmonies of #21DD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DD18

Black with #21DD18

Text Example


Text Example

White with #21DD18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,221,24); }

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

background-color css

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

 a { background-color: rgb(33,221,24); }

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

border-color css

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

 span { border-color: rgb(33,221,24); }

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