Html Css Color HEX #4ED548 Lime Green

📋 copy color: '#4ED548'

red 78 ◦ green 213 ◦ blue 72

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

Shades of Lime Green #4ED548

Tints of Lime Green #4ED548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.68%

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

R = 21.49%
G = 58.68%
B = 19.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#4ED548 (or 0x4ED548) is known color: Lime Green. HEX triplet: 4E, D5 and 48. RGB value is (78,213,72). Sum of RGB (Red+Green+Blue) = 78+213+72=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED548 is #B12AB7. Grayscale: #9C9C9C. Windows color (decimal): -11610808 or 4773198. OLE color: 4773198.

HSL color Cylindrical-coordinate representation of color #4ED548: hue angle of 117.45º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ED548 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 78 213 72 -
CMYK 0.63 0 0.66 0.16
HSL 117.45º 0.63% 0.56% -
HSV(B) 117.45º 0.66% 0.84% -
XYZ 28.11 49.68 14.24 -
YUV 156.56 80.27 71.96 -
System Red Green Blue C M Y K H S L
Decimal 78 213 72 0.63 0 0.66 0.16 117.45 0.63 0.56
Hex 4E D5 48 3F 0 42 10 75 3F 38
Octal 116 325 110 77 0 102 20 165 77 70
Binary 1001110 11010101 1001000 111111 0 1000010 10000 1110101 111111 111000

Color Harmonies of #4ED548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED548

Black with #4ED548

Text Example


Text Example

White with #4ED548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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