Html Css Color HEX #32D94C Lime Green

📋 copy color: '#32D94C'

red 50 ◦ green 217 ◦ blue 76

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

Shades of Lime Green #32D94C

Tints of Lime Green #32D94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 63.27%

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

R = 14.58%
G = 63.27%
B = 22.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#32D94C (or 0x32D94C) is known color: Lime Green. HEX triplet: 32, D9 and 4C. RGB value is (50,217,76). Sum of RGB (Red+Green+Blue) = 50+217+76=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 217 (85.16% from 255 or 63.27% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 217 - color contains mainly: green. Hex color #32D94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D94C is #CD26B3. Grayscale: #979797. Windows color (decimal): -13444788 or 5036338. OLE color: 5036338.

HSL color Cylindrical-coordinate representation of color #32D94C: hue angle of 129.34º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D94C is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 217 76 -
CMYK 0.77 0 0.65 0.15
HSL 129.34º 0.69% 0.52% -
HSV(B) 129.34º 0.77% 0.85% -
XYZ 27.43 50.83 15.2 -
YUV 150.99 85.67 55.96 -
System Red Green Blue C M Y K H S L
Decimal 50 217 76 0.77 0 0.65 0.15 129.34 0.69 0.52
Hex 32 D9 4C 4D 0 41 F 81 45 34
Octal 62 331 114 115 0 101 17 201 105 64
Binary 110010 11011001 1001100 1001101 0 1000001 1111 10000001 1000101 110100

Color Harmonies of #32D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D94C

Black with #32D94C

Text Example


Text Example

White with #32D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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