Html Css Color HEX #4ED742 Lime Green

📋 copy color: '#4ED742'

red 78 ◦ green 215 ◦ blue 66

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

Shades of Lime Green #4ED742

Tints of Lime Green #4ED742

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.89%

 BLUE value IS 66 (26.17% from 255) = 18.38%

R = 21.73%
G = 59.89%
B = 18.38%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#4ED742 (or 0x4ED742) is known color: Lime Green. HEX triplet: 4E, D7 and 42. RGB value is (78,215,66). Sum of RGB (Red+Green+Blue) = 78+215+66=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 215 (84.38% from 255 or 59.89% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 215 - color contains mainly: green. Hex color #4ED742 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED742 is #B128BD. Grayscale: #9D9D9D. Windows color (decimal): -11610302 or 4380494. OLE color: 4380494.

HSL color Cylindrical-coordinate representation of color #4ED742: hue angle of 115.17º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ED742 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 78 215 66 -
CMYK 0.64 0 0.69 0.16
HSL 115.17º 0.65% 0.55% -
HSV(B) 115.17º 0.69% 0.84% -
XYZ 28.43 50.61 13.43 -
YUV 157.05 76.61 71.62 -
System Red Green Blue C M Y K H S L
Decimal 78 215 66 0.64 0 0.69 0.16 115.17 0.65 0.55
Hex 4E D7 42 40 0 45 10 73 41 37
Octal 116 327 102 100 0 105 20 163 101 67
Binary 1001110 11010111 1000010 1000000 0 1000101 10000 1110011 1000001 110111

Color Harmonies of #4ED742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED742

Black with #4ED742

Text Example


Text Example

White with #4ED742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,215,66); }

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

background-color css

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

 a { background-color: rgb(78,215,66); }

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

border-color css

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

 span { border-color: rgb(78,215,66); }

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