Html Css Color HEX #21D032 Lime Green

📋 copy color: '#21D032'

red 33 ◦ green 208 ◦ blue 50

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

Shades of Lime Green #21D032

Tints of Lime Green #21D032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 71.48%

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

R = 11.34%
G = 71.48%
B = 17.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#21D032 (or 0x21D032) is known color: Lime Green. HEX triplet: 21, D0 and 32. RGB value is (33,208,50). Sum of RGB (Red+Green+Blue) = 33+208+50=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 208 (81.64% from 255 or 71.48% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 208 - color contains mainly: green. Hex color #21D032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D032 is #DE2FCD. Grayscale: #8A8A8A. Windows color (decimal): -14561230 or 3330081. OLE color: 3330081.

HSL color Cylindrical-coordinate representation of color #21D032: hue angle of 125.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D032 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 208 50 -
CMYK 0.84 0 0.76 0.18
HSL 125.83º 0.73% 0.47% -
HSV(B) 125.83º 0.84% 0.82% -
XYZ 23.76 45.67 10.58 -
YUV 137.66 78.52 53.35 -
System Red Green Blue C M Y K H S L
Decimal 33 208 50 0.84 0 0.76 0.18 125.83 0.73 0.47
Hex 21 D0 32 54 0 4C 12 7E 49 2F
Octal 41 320 62 124 0 114 22 176 111 57
Binary 100001 11010000 110010 1010100 0 1001100 10010 1111110 1001001 101111

Color Harmonies of #21D032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D032

Black with #21D032

Text Example


Text Example

White with #21D032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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