Html Css Color HEX #32C950 Lime Green

📋 copy color: '#32C950'

red 50 ◦ green 201 ◦ blue 80

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

Shades of Lime Green #32C950

Tints of Lime Green #32C950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60.73%

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 15.11%
G = 60.73%
B = 24.17%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#32C950 (or 0x32C950) is known color: Lime Green. HEX triplet: 32, C9 and 50. RGB value is (50,201,80). Sum of RGB (Red+Green+Blue) = 50+201+80=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 201 (78.91% from 255 or 60.73% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 201 - color contains mainly: green. Hex color #32C950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C950 is #CD36AF. Grayscale: #8E8E8E. Windows color (decimal): -13448880 or 5294386. OLE color: 5294386.

HSL color Cylindrical-coordinate representation of color #32C950: hue angle of 131.92º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C950 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 201 80 -
CMYK 0.75 0 0.60 0.21
HSL 131.92º 0.6% 0.49% -
HSV(B) 131.92º 0.75% 0.79% -
XYZ 23.65 43.03 14.65 -
YUV 142.06 92.97 62.34 -
System Red Green Blue C M Y K H S L
Decimal 50 201 80 0.75 0 0.60 0.21 131.92 0.6 0.49
Hex 32 C9 50 4B 0 3C 15 84 3C 31
Octal 62 311 120 113 0 74 25 204 74 61
Binary 110010 11001001 1010000 1001011 0 111100 10101 10000100 111100 110001

Color Harmonies of #32C950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C950

Black with #32C950

Text Example


Text Example

White with #32C950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,201,80); }

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

background-color css

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

 a { background-color: rgb(50,201,80); }

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

border-color css

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

 span { border-color: rgb(50,201,80); }

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