Html Css Color HEX #4ED541 Lime Green

📋 copy color: '#4ED541'

red 78 ◦ green 213 ◦ blue 65

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

Shades of Lime Green #4ED541

Tints of Lime Green #4ED541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.26%

R = 21.91%
G = 59.83%
B = 18.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#4ED541 (or 0x4ED541) is known color: Lime Green. HEX triplet: 4E, D5 and 41. RGB value is (78,213,65). Sum of RGB (Red+Green+Blue) = 78+213+65=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED541 is #B12ABE. Grayscale: #9C9C9C. Windows color (decimal): -11610815 or 4314446. OLE color: 4314446.

HSL color Cylindrical-coordinate representation of color #4ED541: hue angle of 114.73º degrees, saturation: 0.64, 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 #4ED541 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 78 213 65 -
CMYK 0.63 0 0.69 0.16
HSL 114.73º 0.64% 0.55% -
HSV(B) 114.73º 0.69% 0.84% -
XYZ 27.89 49.59 13.1 -
YUV 155.76 76.77 72.53 -
System Red Green Blue C M Y K H S L
Decimal 78 213 65 0.63 0 0.69 0.16 114.73 0.64 0.55
Hex 4E D5 41 3F 0 45 10 73 40 37
Octal 116 325 101 77 0 105 20 163 100 67
Binary 1001110 11010101 1000001 111111 0 1000101 10000 1110011 1000000 110111

Color Harmonies of #4ED541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED541

Black with #4ED541

Text Example


Text Example

White with #4ED541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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