Html Css Color HEX #32EA45 Lime Green

📋 copy color: '#32EA45'

red 50 ◦ green 234 ◦ blue 69

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

Shades of Lime Green #32EA45

Tints of Lime Green #32EA45

RGB

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

 GREEN value IS 234 (91.8% from 255) = 66.29%

 BLUE value IS 69 (27.34% from 255) = 19.55%

R = 14.16%
G = 66.29%
B = 19.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#32EA45 (or 0x32EA45) is known color: Lime Green. HEX triplet: 32, EA and 45. RGB value is (50,234,69). Sum of RGB (Red+Green+Blue) = 50+234+69=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 234 (91.80% from 255 or 66.29% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EA45 is #CD15BA. Grayscale: #A0A0A0. Windows color (decimal): -13440443 or 4581938. OLE color: 4581938.

HSL color Cylindrical-coordinate representation of color #32EA45: hue angle of 126.2º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EA45 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 234 69 -
CMYK 0.79 0 0.71 0.08
HSL 126.2º 0.81% 0.56% -
HSV(B) 126.2º 0.79% 0.92% -
XYZ 31.81 59.95 15.53 -
YUV 160.17 76.54 49.42 -
System Red Green Blue C M Y K H S L
Decimal 50 234 69 0.79 0 0.71 0.08 126.2 0.81 0.56
Hex 32 EA 45 4F 0 47 8 7E 51 38
Octal 62 352 105 117 0 107 10 176 121 70
Binary 110010 11101010 1000101 1001111 0 1000111 1000 1111110 1010001 111000

Color Harmonies of #32EA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EA45

Black with #32EA45

Text Example


Text Example

White with #32EA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,234,69); }

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

background-color css

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

 a { background-color: rgb(50,234,69); }

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

border-color css

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

 span { border-color: rgb(50,234,69); }

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