Html Css Color HEX #32E950 Lime Green

📋 copy color: '#32E950'

red 50 ◦ green 233 ◦ blue 80

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

Shades of Lime Green #32E950

Tints of Lime Green #32E950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 64.19%

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

R = 13.77%
G = 64.19%
B = 22.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#32E950 (or 0x32E950) is known color: Lime Green. HEX triplet: 32, E9 and 50. RGB value is (50,233,80). Sum of RGB (Red+Green+Blue) = 50+233+80=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 233 (91.41% from 255 or 64.19% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 233 - color contains mainly: green. Hex color #32E950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E950 is #CD16AF. Grayscale: #A1A1A1. Windows color (decimal): -13440688 or 5302578. OLE color: 5302578.

HSL color Cylindrical-coordinate representation of color #32E950: hue angle of 129.84º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32E950 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 50 233 80 -
CMYK 0.79 0 0.66 0.09
HSL 129.84º 0.81% 0.55% -
HSV(B) 129.84º 0.79% 0.91% -
XYZ 31.9 59.54 17.4 -
YUV 160.84 82.37 48.94 -
System Red Green Blue C M Y K H S L
Decimal 50 233 80 0.79 0 0.66 0.09 129.84 0.81 0.55
Hex 32 E9 50 4F 0 42 9 82 51 37
Octal 62 351 120 117 0 102 11 202 121 67
Binary 110010 11101001 1010000 1001111 0 1000010 1001 10000010 1010001 110111

Color Harmonies of #32E950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E950

Black with #32E950

Text Example


Text Example

White with #32E950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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