Html Css Color HEX #21D532 Lime Green

📋 copy color: '#21D532'

red 33 ◦ green 213 ◦ blue 50

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

Shades of Lime Green #21D532

Tints of Lime Green #21D532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.89%

R = 11.15%
G = 71.96%
B = 16.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#21D532 (or 0x21D532) is known color: Lime Green. HEX triplet: 21, D5 and 32. RGB value is (33,213,50). Sum of RGB (Red+Green+Blue) = 33+213+50=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 213 (83.59% from 255 or 71.96% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 213 - color contains mainly: green. Hex color #21D532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D532 is #DE2ACD. Grayscale: #8D8D8D. Windows color (decimal): -14559950 or 3331361. OLE color: 3331361.

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

Color convert

RGB 33 213 50 -
CMYK 0.85 0 0.77 0.16
HSL 125.67º 0.73% 0.48% -
HSV(B) 125.67º 0.85% 0.84% -
XYZ 25 48.14 10.99 -
YUV 140.6 76.87 51.25 -
System Red Green Blue C M Y K H S L
Decimal 33 213 50 0.85 0 0.77 0.16 125.67 0.73 0.48
Hex 21 D5 32 55 0 4D 10 7E 49 30
Octal 41 325 62 125 0 115 20 176 111 60
Binary 100001 11010101 110010 1010101 0 1001101 10000 1111110 1001001 110000

Color Harmonies of #21D532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D532

Black with #21D532

Text Example


Text Example

White with #21D532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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