Html Css Color HEX #32D24C Lime Green

📋 copy color: '#32D24C'

red 50 ◦ green 210 ◦ blue 76

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

Shades of Lime Green #32D24C

Tints of Lime Green #32D24C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 62.5%

 BLUE value IS 76 (30.08% from 255) = 22.62%

R = 14.88%
G = 62.5%
B = 22.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#32D24C (or 0x32D24C) is known color: Lime Green. HEX triplet: 32, D2 and 4C. RGB value is (50,210,76). Sum of RGB (Red+Green+Blue) = 50+210+76=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 210 (82.42% from 255 or 62.5% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 210 - color contains mainly: green. Hex color #32D24C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D24C is #CD2DB3. Grayscale: #939393. Windows color (decimal): -13446580 or 5034546. OLE color: 5034546.

HSL color Cylindrical-coordinate representation of color #32D24C: hue angle of 129.75º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D24C is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 210 76 -
CMYK 0.76 0 0.64 0.18
HSL 129.75º 0.64% 0.51% -
HSV(B) 129.75º 0.76% 0.82% -
XYZ 25.67 47.29 14.61 -
YUV 146.88 87.99 58.9 -
System Red Green Blue C M Y K H S L
Decimal 50 210 76 0.76 0 0.64 0.18 129.75 0.64 0.51
Hex 32 D2 4C 4C 0 40 12 82 40 33
Octal 62 322 114 114 0 100 22 202 100 63
Binary 110010 11010010 1001100 1001100 0 1000000 10010 10000010 1000000 110011

Color Harmonies of #32D24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D24C

Black with #32D24C

Text Example


Text Example

White with #32D24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,210,76); }

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

background-color css

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

 a { background-color: rgb(50,210,76); }

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

border-color css

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

 span { border-color: rgb(50,210,76); }

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