Html Css Color HEX #32D940 Lime Green

📋 copy color: '#32D940'

red 50 ◦ green 217 ◦ blue 64

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

Shades of Lime Green #32D940

Tints of Lime Green #32D940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 15.11%
G = 65.56%
B = 19.34%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#32D940 (or 0x32D940) is known color: Lime Green. HEX triplet: 32, D9 and 40. RGB value is (50,217,64). Sum of RGB (Red+Green+Blue) = 50+217+64=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 217 (85.16% from 255 or 65.56% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 217 - color contains mainly: green. Hex color #32D940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D940 is #CD26BF. Grayscale: #969696. Windows color (decimal): -13444800 or 4249906. OLE color: 4249906.

HSL color Cylindrical-coordinate representation of color #32D940: hue angle of 125.03º 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 #32D940 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 217 64 -
CMYK 0.77 0 0.71 0.15
HSL 125.03º 0.69% 0.52% -
HSV(B) 125.03º 0.77% 0.85% -
XYZ 27.05 50.67 13.21 -
YUV 149.63 79.67 56.94 -
System Red Green Blue C M Y K H S L
Decimal 50 217 64 0.77 0 0.71 0.15 125.03 0.69 0.52
Hex 32 D9 40 4D 0 47 F 7D 45 34
Octal 62 331 100 115 0 107 17 175 105 64
Binary 110010 11011001 1000000 1001101 0 1000111 1111 1111101 1000101 110100

Color Harmonies of #32D940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D940

Black with #32D940

Text Example


Text Example

White with #32D940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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