Html Css Color HEX #4EE146 Lime Green

📋 copy color: '#4EE146'

red 78 ◦ green 225 ◦ blue 70

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

Shades of Lime Green #4EE146

Tints of Lime Green #4EE146

RGB

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

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

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

R = 20.91%
G = 60.32%
B = 18.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#4EE146 (or 0x4EE146) is known color: Lime Green. HEX triplet: 4E, E1 and 46. RGB value is (78,225,70). Sum of RGB (Red+Green+Blue) = 78+225+70=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 225 (88.28% from 255 or 60.32% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 225 - color contains mainly: green. Hex color #4EE146 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE146 is #B11EB9. Grayscale: #A3A3A3. Windows color (decimal): -11607738 or 4645198. OLE color: 4645198.

HSL color Cylindrical-coordinate representation of color #4EE146: hue angle of 116.9º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EE146 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 78 225 70 -
CMYK 0.65 0 0.69 0.12
HSL 116.9º 0.72% 0.58% -
HSV(B) 116.9º 0.69% 0.88% -
XYZ 31.17 55.91 14.94 -
YUV 163.38 75.3 67.1 -
System Red Green Blue C M Y K H S L
Decimal 78 225 70 0.65 0 0.69 0.12 116.9 0.72 0.58
Hex 4E E1 46 41 0 45 C 75 48 3A
Octal 116 341 106 101 0 105 14 165 110 72
Binary 1001110 11100001 1000110 1000001 0 1000101 1100 1110101 1001000 111010

Color Harmonies of #4EE146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE146

Black with #4EE146

Text Example


Text Example

White with #4EE146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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