Html Css Color HEX #4EDD3D Lime Green

📋 copy color: '#4EDD3D'

red 78 ◦ green 221 ◦ blue 61

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

Shades of Lime Green #4EDD3D

Tints of Lime Green #4EDD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.94%

R = 21.67%
G = 61.39%
B = 16.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#4EDD3D (or 0x4EDD3D) is known color: Lime Green. HEX triplet: 4E, DD and 3D. RGB value is (78,221,61). Sum of RGB (Red+Green+Blue) = 78+221+61=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 221 (86.72% from 255 or 61.39% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDD3D is #B122C2. Grayscale: #A0A0A0. Windows color (decimal): -11608771 or 4054350. OLE color: 4054350.

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

Color convert

RGB 78 221 61 -
CMYK 0.65 0 0.72 0.13
HSL 113.63º 0.7% 0.55% -
HSV(B) 113.63º 0.72% 0.87% -
XYZ 29.84 53.67 13.2 -
YUV 160 72.12 69.51 -
System Red Green Blue C M Y K H S L
Decimal 78 221 61 0.65 0 0.72 0.13 113.63 0.7 0.55
Hex 4E DD 3D 41 0 48 D 72 46 37
Octal 116 335 75 101 0 110 15 162 106 67
Binary 1001110 11011101 111101 1000001 0 1001000 1101 1110010 1000110 110111

Color Harmonies of #4EDD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDD3D

Black with #4EDD3D

Text Example


Text Example

White with #4EDD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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