Html Css Color HEX #4EDD2E Lime Green

📋 copy color: '#4EDD2E'

red 78 ◦ green 221 ◦ blue 46

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

Shades of Lime Green #4EDD2E

Tints of Lime Green #4EDD2E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 64.06%

 BLUE value IS 46 (18.36% from 255) = 13.33%

R = 22.61%
G = 64.06%
B = 13.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#4EDD2E (or 0x4EDD2E) is known color: Lime Green. HEX triplet: 4E, DD and 2E. RGB value is (78,221,46). Sum of RGB (Red+Green+Blue) = 78+221+46=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 221 (86.72% from 255 or 64.06% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDD2E is #B122D1. Grayscale: #9E9E9E. Windows color (decimal): -11608786 or 3071310. OLE color: 3071310.

HSL color Cylindrical-coordinate representation of color #4EDD2E: hue angle of 109.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4EDD2E is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 221 46 -
CMYK 0.65 0 0.79 0.13
HSL 109.03º 0.72% 0.52% -
HSV(B) 109.03º 0.79% 0.87% -
XYZ 29.49 53.53 11.36 -
YUV 158.29 64.62 70.73 -
System Red Green Blue C M Y K H S L
Decimal 78 221 46 0.65 0 0.79 0.13 109.03 0.72 0.52
Hex 4E DD 2E 41 0 4F D 6D 48 34
Octal 116 335 56 101 0 117 15 155 110 64
Binary 1001110 11011101 101110 1000001 0 1001111 1101 1101101 1001000 110100

Color Harmonies of #4EDD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDD2E

Black with #4EDD2E

Text Example


Text Example

White with #4EDD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,221,46); }

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

background-color css

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

 a { background-color: rgb(78,221,46); }

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

border-color css

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

 span { border-color: rgb(78,221,46); }

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