Html Css Color HEX #21DC19 Lime Green

📋 copy color: '#21DC19'

red 33 ◦ green 220 ◦ blue 25

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

Shades of Lime Green #21DC19

Tints of Lime Green #21DC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.99%

R = 11.87%
G = 79.14%
B = 8.99%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#21DC19 (or 0x21DC19) is known color: Lime Green. HEX triplet: 21, DC and 19. RGB value is (33,220,25). Sum of RGB (Red+Green+Blue) = 33+220+25=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 220 (86.33% from 255 or 79.14% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21DC19 is #DE23E6. Grayscale: #8E8E8E. Windows color (decimal): -14558183 or 1694753. OLE color: 1694753.

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

Color convert

RGB 33 220 25 -
CMYK 0.85 0 0.89 0.14
HSL 117.54º 0.8% 0.48% -
HSV(B) 117.54º 0.89% 0.86% -
XYZ 26.4 51.58 9.48 -
YUV 141.86 62.05 50.36 -
System Red Green Blue C M Y K H S L
Decimal 33 220 25 0.85 0 0.89 0.14 117.54 0.8 0.48
Hex 21 DC 19 55 0 59 E 76 50 30
Octal 41 334 31 125 0 131 16 166 120 60
Binary 100001 11011100 11001 1010101 0 1011001 1110 1110110 1010000 110000

Color Harmonies of #21DC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DC19

Black with #21DC19

Text Example


Text Example

White with #21DC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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