Html Css Color HEX #4ED545 Lime Green

📋 copy color: '#4ED545'

red 78 ◦ green 213 ◦ blue 69

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

Shades of Lime Green #4ED545

Tints of Lime Green #4ED545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 21.67%
G = 59.17%
B = 19.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#4ED545 (or 0x4ED545) is known color: Lime Green. HEX triplet: 4E, D5 and 45. RGB value is (78,213,69). Sum of RGB (Red+Green+Blue) = 78+213+69=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED545 is #B12ABA. Grayscale: #9C9C9C. Windows color (decimal): -11610811 or 4576590. OLE color: 4576590.

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

Color convert

RGB 78 213 69 -
CMYK 0.63 0 0.68 0.16
HSL 116.25º 0.63% 0.55% -
HSV(B) 116.25º 0.68% 0.84% -
XYZ 28.01 49.64 13.74 -
YUV 156.22 78.77 72.21 -
System Red Green Blue C M Y K H S L
Decimal 78 213 69 0.63 0 0.68 0.16 116.25 0.63 0.55
Hex 4E D5 45 3F 0 44 10 74 3F 37
Octal 116 325 105 77 0 104 20 164 77 67
Binary 1001110 11010101 1000101 111111 0 1000100 10000 1110100 111111 110111

Color Harmonies of #4ED545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED545

Black with #4ED545

Text Example


Text Example

White with #4ED545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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