Html Css Color HEX #4ED047 Lime Green

📋 copy color: '#4ED047'

red 78 ◦ green 208 ◦ blue 71

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

Shades of Lime Green #4ED047

Tints of Lime Green #4ED047

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.26%

 BLUE value IS 71 (28.13% from 255) = 19.89%

R = 21.85%
G = 58.26%
B = 19.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#4ED047 (or 0x4ED047) is known color: Lime Green. HEX triplet: 4E, D0 and 47. RGB value is (78,208,71). Sum of RGB (Red+Green+Blue) = 78+208+71=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED047 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED047 is #B12FB8. Grayscale: #999999. Windows color (decimal): -11612089 or 4706382. OLE color: 4706382.

HSL color Cylindrical-coordinate representation of color #4ED047: hue angle of 116.93º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ED047 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 78 208 71 -
CMYK 0.62 0 0.66 0.18
HSL 116.93º 0.59% 0.55% -
HSV(B) 116.93º 0.66% 0.82% -
XYZ 26.84 47.19 13.65 -
YUV 153.51 81.43 74.14 -
System Red Green Blue C M Y K H S L
Decimal 78 208 71 0.62 0 0.66 0.18 116.93 0.59 0.55
Hex 4E D0 47 3E 0 42 12 75 3B 37
Octal 116 320 107 76 0 102 22 165 73 67
Binary 1001110 11010000 1000111 111110 0 1000010 10010 1110101 111011 110111

Color Harmonies of #4ED047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED047

Black with #4ED047

Text Example


Text Example

White with #4ED047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,208,71); }

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

background-color css

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

 a { background-color: rgb(78,208,71); }

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

border-color css

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

 span { border-color: rgb(78,208,71); }

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