Html Css Color HEX #32D421 Lime Green

📋 copy color: '#32D421'

red 50 ◦ green 212 ◦ blue 33

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

Shades of Lime Green #32D421

Tints of Lime Green #32D421

RGB

 RED value IS 50 (19.92% from 255) = 16.95%

 GREEN value IS 212 (83.2% from 255) = 71.86%

 BLUE value IS 33 (13.28% from 255) = 11.19%

R = 16.95%
G = 71.86%
B = 11.19%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#32D421 (or 0x32D421) is known color: Lime Green. HEX triplet: 32, D4 and 21. RGB value is (50,212,33). Sum of RGB (Red+Green+Blue) = 50+212+33=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 212 (83.20% from 255 or 71.86% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 212 - color contains mainly: green. Hex color #32D421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D421 is #CD2BDE. Grayscale: #8F8F8F. Windows color (decimal): -13446111 or 2217010. OLE color: 2217010.

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

Color convert

RGB 50 212 33 -
CMYK 0.76 0 0.84 0.17
HSL 114.3º 0.73% 0.48% -
HSV(B) 114.3º 0.84% 0.83% -
XYZ 25.13 47.87 9.35 -
YUV 143.16 65.83 61.55 -
System Red Green Blue C M Y K H S L
Decimal 50 212 33 0.76 0 0.84 0.17 114.3 0.73 0.48
Hex 32 D4 21 4C 0 54 11 72 49 30
Octal 62 324 41 114 0 124 21 162 111 60
Binary 110010 11010100 100001 1001100 0 1010100 10001 1110010 1001001 110000

Color Harmonies of #32D421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D421

Black with #32D421

Text Example


Text Example

White with #32D421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32D421; }

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

 H1.HeaderClassName
 {
   color: #32D421;
 }
 .AnyTagClassName
 {
   color: #32D421;
 }
</style>

background-color css

<style>
 a { background-color: #32D421; }

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

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

border-color css

<style>
 span { border-color: #32D421; }

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

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