Html Css Color HEX #32EA4A Lime Green

📋 copy color: '#32EA4A'

red 50 ◦ green 234 ◦ blue 74

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

Shades of Lime Green #32EA4A

Tints of Lime Green #32EA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.67%

R = 13.97%
G = 65.36%
B = 20.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#32EA4A (or 0x32EA4A) is known color: Lime Green. HEX triplet: 32, EA and 4A. RGB value is (50,234,74). Sum of RGB (Red+Green+Blue) = 50+234+74=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 234 (91.80% from 255 or 65.36% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EA4A is #CD15B5. Grayscale: #A1A1A1. Windows color (decimal): -13440438 or 4909618. OLE color: 4909618.

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

Color convert

RGB 50 234 74 -
CMYK 0.79 0 0.68 0.08
HSL 127.83º 0.81% 0.56% -
HSV(B) 127.83º 0.79% 0.92% -
XYZ 31.97 60.02 16.38 -
YUV 160.74 79.04 49.01 -
System Red Green Blue C M Y K H S L
Decimal 50 234 74 0.79 0 0.68 0.08 127.83 0.81 0.56
Hex 32 EA 4A 4F 0 44 8 80 51 38
Octal 62 352 112 117 0 104 10 200 121 70
Binary 110010 11101010 1001010 1001111 0 1000100 1000 10000000 1010001 111000

Color Harmonies of #32EA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EA4A

Black with #32EA4A

Text Example


Text Example

White with #32EA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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