Html Css Color HEX #32E052 Lime Green

📋 copy color: '#32E052'

red 50 ◦ green 224 ◦ blue 82

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

Shades of Lime Green #32E052

Tints of Lime Green #32E052

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.92%

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

R = 14.04%
G = 62.92%
B = 23.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#32E052 (or 0x32E052) is known color: Lime Green. HEX triplet: 32, E0 and 52. RGB value is (50,224,82). Sum of RGB (Red+Green+Blue) = 50+224+82=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 224 (87.89% from 255 or 62.92% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 224 - color contains mainly: green. Hex color #32E052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E052 is #CD1FAD. Grayscale: #9C9C9C. Windows color (decimal): -13442990 or 5431346. OLE color: 5431346.

HSL color Cylindrical-coordinate representation of color #32E052: hue angle of 131.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E052 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 224 82 -
CMYK 0.78 0 0.63 0.12
HSL 131.03º 0.74% 0.54% -
HSV(B) 131.03º 0.78% 0.88% -
XYZ 29.49 54.6 16.97 -
YUV 155.79 86.35 52.55 -
System Red Green Blue C M Y K H S L
Decimal 50 224 82 0.78 0 0.63 0.12 131.03 0.74 0.54
Hex 32 E0 52 4E 0 3F C 83 4A 36
Octal 62 340 122 116 0 77 14 203 112 66
Binary 110010 11100000 1010010 1001110 0 111111 1100 10000011 1001010 110110

Color Harmonies of #32E052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E052

Black with #32E052

Text Example


Text Example

White with #32E052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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