Html Css Color HEX #4EE132 Lime Green

📋 copy color: '#4EE132'

red 78 ◦ green 225 ◦ blue 50

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

Shades of Lime Green #4EE132

Tints of Lime Green #4EE132

RGB

 RED value IS 78 (30.86% from 255) = 22.1%

 GREEN value IS 225 (88.28% from 255) = 63.74%

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

R = 22.1%
G = 63.74%
B = 14.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#4EE132 (or 0x4EE132) is known color: Lime Green. HEX triplet: 4E, E1 and 32. RGB value is (78,225,50). Sum of RGB (Red+Green+Blue) = 78+225+50=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 225 (88.28% from 255 or 63.74% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 225 - color contains mainly: green. Hex color #4EE132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE132 is #B11ECD. Grayscale: #A1A1A1. Windows color (decimal): -11607758 or 3334478. OLE color: 3334478.

HSL color Cylindrical-coordinate representation of color #4EE132: hue angle of 110.4º 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 #4EE132 is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 78 225 50 -
CMYK 0.65 0 0.78 0.12
HSL 110.4º 0.74% 0.54% -
HSV(B) 110.4º 0.78% 0.88% -
XYZ 30.64 55.7 12.15 -
YUV 161.1 65.3 68.73 -
System Red Green Blue C M Y K H S L
Decimal 78 225 50 0.65 0 0.78 0.12 110.4 0.74 0.54
Hex 4E E1 32 41 0 4E C 6E 4A 36
Octal 116 341 62 101 0 116 14 156 112 66
Binary 1001110 11100001 110010 1000001 0 1001110 1100 1101110 1001010 110110

Color Harmonies of #4EE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE132

Black with #4EE132

Text Example


Text Example

White with #4EE132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4EE132; }

 p { color: rgb(78,225,50); }

 H1.HeaderClassName
 {
   color: #4EE132;
 }
 .AnyTagClassName
 {
   color: #4EE132;
 }
</style>

background-color css

<style>
 a { background-color: #4EE132; }

 a { background-color: rgb(78,225,50); }

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

border-color css

<style>
 span { border-color: #4EE132; }

 span { border-color: rgb(78,225,50); }

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