Html Css Color HEX #21DB31 Lime Green

📋 copy color: '#21DB31'

red 33 ◦ green 219 ◦ blue 49

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

Shades of Lime Green #21DB31

Tints of Lime Green #21DB31

RGB

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

 GREEN value IS 219 (85.94% from 255) = 72.76%

 BLUE value IS 49 (19.53% from 255) = 16.28%

R = 10.96%
G = 72.76%
B = 16.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#21DB31 (or 0x21DB31) is known color: Lime Green. HEX triplet: 21, DB and 31. RGB value is (33,219,49). Sum of RGB (Red+Green+Blue) = 33+219+49=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 219 (85.94% from 255 or 72.76% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 219 - color contains mainly: green. Hex color #21DB31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DB31 is #DE24CE. Grayscale: #909090. Windows color (decimal): -14558415 or 3267361. OLE color: 3267361.

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

Color convert

RGB 33 219 49 -
CMYK 0.85 0 0.78 0.14
HSL 125.16º 0.74% 0.49% -
HSV(B) 125.16º 0.85% 0.86% -
XYZ 26.51 51.21 11.39 -
YUV 144.01 74.38 48.82 -
System Red Green Blue C M Y K H S L
Decimal 33 219 49 0.85 0 0.78 0.14 125.16 0.74 0.49
Hex 21 DB 31 55 0 4E E 7D 4A 31
Octal 41 333 61 125 0 116 16 175 112 61
Binary 100001 11011011 110001 1010101 0 1001110 1110 1111101 1001010 110001

Color Harmonies of #21DB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DB31

Black with #21DB31

Text Example


Text Example

White with #21DB31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,219,49); }

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

background-color css

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

 a { background-color: rgb(33,219,49); }

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

border-color css

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

 span { border-color: rgb(33,219,49); }

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