Html Css Color HEX #21D50D Lime Green

📋 copy color: '#21D50D'

red 33 ◦ green 213 ◦ blue 13

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

Shades of Lime Green #21D50D

Tints of Lime Green #21D50D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 82.24%

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 12.74%
G = 82.24%
B = 5.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#21D50D (or 0x21D50D) is known color: Lime Green. HEX triplet: 21, D5 and 0D. RGB value is (33,213,13). Sum of RGB (Red+Green+Blue) = 33+213+13=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 213 (83.59% from 255 or 82.24% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 213 - color contains mainly: green. Hex color #21D50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D50D is #DE2AF2. Grayscale: #898989. Windows color (decimal): -14559987 or 906529. OLE color: 906529.

HSL color Cylindrical-coordinate representation of color #21D50D: hue angle of 114º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21D50D is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 213 13 -
CMYK 0.85 0 0.94 0.16
HSL 114º 0.88% 0.44% -
HSV(B) 114º 0.94% 0.84% -
XYZ 24.49 47.94 8.34 -
YUV 136.38 58.37 54.26 -
System Red Green Blue C M Y K H S L
Decimal 33 213 13 0.85 0 0.94 0.16 114 0.88 0.44
Hex 21 D5 D 55 0 5E 10 72 58 2C
Octal 41 325 15 125 0 136 20 162 130 54
Binary 100001 11010101 1101 1010101 0 1011110 10000 1110010 1011000 101100

Color Harmonies of #21D50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D50D

Black with #21D50D

Text Example


Text Example

White with #21D50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,213,13); }

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

background-color css

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

 a { background-color: rgb(33,213,13); }

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

border-color css

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

 span { border-color: rgb(33,213,13); }

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