Html Css Color HEX #21D320 Lime Green

📋 copy color: '#21D320'

red 33 ◦ green 211 ◦ blue 32

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

Shades of Lime Green #21D320

Tints of Lime Green #21D320

RGB

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

 GREEN value IS 211 (82.81% from 255) = 76.45%

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 11.96%
G = 76.45%
B = 11.59%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#21D320 (or 0x21D320) is known color: Lime Green. HEX triplet: 21, D3 and 20. RGB value is (33,211,32). Sum of RGB (Red+Green+Blue) = 33+211+32=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 211 (82.81% from 255 or 76.45% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 211 - color contains mainly: green. Hex color #21D320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D320 is #DE2CDF. Grayscale: #898989. Windows color (decimal): -14560480 or 2151201. OLE color: 2151201.

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

Color convert

RGB 33 211 32 -
CMYK 0.84 0 0.85 0.17
HSL 119.66º 0.74% 0.48% -
HSV(B) 119.66º 0.85% 0.83% -
XYZ 24.18 47.02 9.17 -
YUV 137.37 68.53 53.55 -
System Red Green Blue C M Y K H S L
Decimal 33 211 32 0.84 0 0.85 0.17 119.66 0.74 0.48
Hex 21 D3 20 54 0 55 11 78 4A 30
Octal 41 323 40 124 0 125 21 170 112 60
Binary 100001 11010011 100000 1010100 0 1010101 10001 1111000 1001010 110000

Color Harmonies of #21D320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D320

Black with #21D320

Text Example


Text Example

White with #21D320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,211,32); }

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

background-color css

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

 a { background-color: rgb(33,211,32); }

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

border-color css

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

 span { border-color: rgb(33,211,32); }

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