Html Css Color HEX #4ED848 Lime Green

📋 copy color: '#4ED848'

red 78 ◦ green 216 ◦ blue 72

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

Shades of Lime Green #4ED848

Tints of Lime Green #4ED848

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.02%

 BLUE value IS 72 (28.52% from 255) = 19.67%

R = 21.31%
G = 59.02%
B = 19.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#4ED848 (or 0x4ED848) is known color: Lime Green. HEX triplet: 4E, D8 and 48. RGB value is (78,216,72). Sum of RGB (Red+Green+Blue) = 78+216+72=366 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.31% from 366); Green value is 216 (84.77% from 255 or 59.02% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 216 - color contains mainly: green. Hex color #4ED848 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED848 is #B127B7. Grayscale: #9E9E9E. Windows color (decimal): -11610040 or 4773966. OLE color: 4773966.

HSL color Cylindrical-coordinate representation of color #4ED848: hue angle of 117.5º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ED848 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 78 216 72 -
CMYK 0.64 0 0.67 0.15
HSL 117.5º 0.65% 0.56% -
HSV(B) 117.5º 0.67% 0.85% -
XYZ 28.87 51.2 14.49 -
YUV 158.32 79.28 70.71 -
System Red Green Blue C M Y K H S L
Decimal 78 216 72 0.64 0 0.67 0.15 117.5 0.65 0.56
Hex 4E D8 48 40 0 43 F 76 41 38
Octal 116 330 110 100 0 103 17 166 101 70
Binary 1001110 11011000 1001000 1000000 0 1000011 1111 1110110 1000001 111000

Color Harmonies of #4ED848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED848

Black with #4ED848

Text Example


Text Example

White with #4ED848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,216,72); }

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

background-color css

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

 a { background-color: rgb(78,216,72); }

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

border-color css

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

 span { border-color: rgb(78,216,72); }

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