Html Css Color HEX #4EDF3D Lime Green

📋 copy color: '#4EDF3D'

red 78 ◦ green 223 ◦ blue 61

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

Shades of Lime Green #4EDF3D

Tints of Lime Green #4EDF3D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 61.6%

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

R = 21.55%
G = 61.6%
B = 16.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#4EDF3D (or 0x4EDF3D) is known color: Lime Green. HEX triplet: 4E, DF and 3D. RGB value is (78,223,61). Sum of RGB (Red+Green+Blue) = 78+223+61=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 223 (87.5% from 255 or 61.60% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDF3D is #B120C2. Grayscale: #A1A1A1. Windows color (decimal): -11608259 or 4054862. OLE color: 4054862.

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

Color convert

RGB 78 223 61 -
CMYK 0.65 0 0.73 0.13
HSL 113.7º 0.72% 0.56% -
HSV(B) 113.7º 0.73% 0.87% -
XYZ 30.37 54.73 13.38 -
YUV 161.18 71.46 68.67 -
System Red Green Blue C M Y K H S L
Decimal 78 223 61 0.65 0 0.73 0.13 113.7 0.72 0.56
Hex 4E DF 3D 41 0 49 D 72 48 38
Octal 116 337 75 101 0 111 15 162 110 70
Binary 1001110 11011111 111101 1000001 0 1001001 1101 1110010 1001000 111000

Color Harmonies of #4EDF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDF3D

Black with #4EDF3D

Text Example


Text Example

White with #4EDF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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