Html Css Color HEX #4EDB4B Lime Green

📋 copy color: '#4EDB4B'

red 78 ◦ green 219 ◦ blue 75

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

Shades of Lime Green #4EDB4B

Tints of Lime Green #4EDB4B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.87%

 BLUE value IS 75 (29.69% from 255) = 20.16%

R = 20.97%
G = 58.87%
B = 20.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#4EDB4B (or 0x4EDB4B) is known color: Lime Green. HEX triplet: 4E, DB and 4B. RGB value is (78,219,75). Sum of RGB (Red+Green+Blue) = 78+219+75=372 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.97% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDB4B is #B124B4. Grayscale: #A0A0A0. Windows color (decimal): -11609269 or 4971342. OLE color: 4971342.

HSL color Cylindrical-coordinate representation of color #4EDB4B: hue angle of 118.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EDB4B is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 219 75 -
CMYK 0.64 0 0.66 0.14
HSL 118.75º 0.67% 0.58% -
HSV(B) 118.75º 0.66% 0.86% -
XYZ 29.74 52.79 15.28 -
YUV 160.43 79.79 69.21 -
System Red Green Blue C M Y K H S L
Decimal 78 219 75 0.64 0 0.66 0.14 118.75 0.67 0.58
Hex 4E DB 4B 40 0 42 E 77 43 3A
Octal 116 333 113 100 0 102 16 167 103 72
Binary 1001110 11011011 1001011 1000000 0 1000010 1110 1110111 1000011 111010

Color Harmonies of #4EDB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDB4B

Black with #4EDB4B

Text Example


Text Example

White with #4EDB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,219,75); }

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

background-color css

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

 a { background-color: rgb(78,219,75); }

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

border-color css

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

 span { border-color: rgb(78,219,75); }

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