Html Css Color HEX #32E550 Lime Green

📋 copy color: '#32E550'

red 50 ◦ green 229 ◦ blue 80

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

Shades of Lime Green #32E550

Tints of Lime Green #32E550

RGB

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

 GREEN value IS 229 (89.84% from 255) = 63.79%

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

R = 13.93%
G = 63.79%
B = 22.28%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#32E550 (or 0x32E550) is known color: Lime Green. HEX triplet: 32, E5 and 50. RGB value is (50,229,80). Sum of RGB (Red+Green+Blue) = 50+229+80=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 229 (89.84% from 255 or 63.79% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 229 - color contains mainly: green. Hex color #32E550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E550 is #CD1AAF. Grayscale: #9E9E9E. Windows color (decimal): -13441712 or 5301554. OLE color: 5301554.

HSL color Cylindrical-coordinate representation of color #32E550: hue angle of 130.06º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E550 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 50 229 80 -
CMYK 0.78 0 0.65 0.10
HSL 130.06º 0.77% 0.55% -
HSV(B) 130.06º 0.78% 0.9% -
XYZ 30.78 57.3 17.03 -
YUV 158.49 83.7 50.62 -
System Red Green Blue C M Y K H S L
Decimal 50 229 80 0.78 0 0.65 0.10 130.06 0.77 0.55
Hex 32 E5 50 4E 0 41 A 82 4D 37
Octal 62 345 120 116 0 101 12 202 115 67
Binary 110010 11100101 1010000 1001110 0 1000001 1010 10000010 1001101 110111

Color Harmonies of #32E550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E550

Black with #32E550

Text Example


Text Example

White with #32E550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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