Html Css Color HEX #32E352 Lime Green

📋 copy color: '#32E352'

red 50 ◦ green 227 ◦ blue 82

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

Shades of Lime Green #32E352

Tints of Lime Green #32E352

RGB

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

 GREEN value IS 227 (89.06% from 255) = 63.23%

 BLUE value IS 82 (32.42% from 255) = 22.84%

R = 13.93%
G = 63.23%
B = 22.84%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#32E352 (or 0x32E352) is known color: Lime Green. HEX triplet: 32, E3 and 52. RGB value is (50,227,82). Sum of RGB (Red+Green+Blue) = 50+227+82=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 227 (89.06% from 255 or 63.23% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 227 - color contains mainly: green. Hex color #32E352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E352 is #CD1CAD. Grayscale: #9D9D9D. Windows color (decimal): -13442222 or 5432114. OLE color: 5432114.

HSL color Cylindrical-coordinate representation of color #32E352: hue angle of 130.85º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E352 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 50 227 82 -
CMYK 0.78 0 0.64 0.11
HSL 130.85º 0.76% 0.54% -
HSV(B) 130.85º 0.78% 0.89% -
XYZ 30.31 56.23 17.24 -
YUV 157.55 85.36 51.29 -
System Red Green Blue C M Y K H S L
Decimal 50 227 82 0.78 0 0.64 0.11 130.85 0.76 0.54
Hex 32 E3 52 4E 0 40 B 83 4C 36
Octal 62 343 122 116 0 100 13 203 114 66
Binary 110010 11100011 1010010 1001110 0 1000000 1011 10000011 1001100 110110

Color Harmonies of #32E352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E352

Black with #32E352

Text Example


Text Example

White with #32E352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,227,82); }

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

background-color css

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

 a { background-color: rgb(50,227,82); }

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

border-color css

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

 span { border-color: rgb(50,227,82); }

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