Html Css Color HEX #32E946 Lime Green

📋 copy color: '#32E946'

red 50 ◦ green 233 ◦ blue 70

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

Shades of Lime Green #32E946

Tints of Lime Green #32E946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.83%

R = 14.16%
G = 66.01%
B = 19.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#32E946 (or 0x32E946) is known color: Lime Green. HEX triplet: 32, E9 and 46. RGB value is (50,233,70). Sum of RGB (Red+Green+Blue) = 50+233+70=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 233 (91.41% from 255 or 66.01% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 233 - color contains mainly: green. Hex color #32E946 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32E946 is #CD16B9. Grayscale: #A0A0A0. Windows color (decimal): -13440698 or 4647218. OLE color: 4647218.

HSL color Cylindrical-coordinate representation of color #32E946: hue angle of 126.56º 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 #32E946 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 50 233 70 -
CMYK 0.79 0 0.70 0.09
HSL 126.56º 0.81% 0.55% -
HSV(B) 126.56º 0.79% 0.91% -
XYZ 31.56 59.4 15.6 -
YUV 159.7 77.37 49.75 -
System Red Green Blue C M Y K H S L
Decimal 50 233 70 0.79 0 0.70 0.09 126.56 0.81 0.55
Hex 32 E9 46 4F 0 46 9 7F 51 37
Octal 62 351 106 117 0 106 11 177 121 67
Binary 110010 11101001 1000110 1001111 0 1000110 1001 1111111 1010001 110111

Color Harmonies of #32E946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E946

Black with #32E946

Text Example


Text Example

White with #32E946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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