Html Css Color HEX #4EDA38 Lime Green

📋 copy color: '#4EDA38'

red 78 ◦ green 218 ◦ blue 56

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

Shades of Lime Green #4EDA38

Tints of Lime Green #4EDA38

RGB

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

 GREEN value IS 218 (85.55% from 255) = 61.93%

 BLUE value IS 56 (22.27% from 255) = 15.91%

R = 22.16%
G = 61.93%
B = 15.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#4EDA38 (or 0x4EDA38) is known color: Lime Green. HEX triplet: 4E, DA and 38. RGB value is (78,218,56). Sum of RGB (Red+Green+Blue) = 78+218+56=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 218 (85.55% from 255 or 61.93% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDA38 is #B125C7. Grayscale: #9E9E9E. Windows color (decimal): -11609544 or 3725902. OLE color: 3725902.

HSL color Cylindrical-coordinate representation of color #4EDA38: hue angle of 111.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4EDA38 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 78 218 56 -
CMYK 0.64 0 0.74 0.15
HSL 111.85º 0.69% 0.54% -
HSV(B) 111.85º 0.74% 0.85% -
XYZ 28.93 52.05 12.26 -
YUV 157.67 70.62 71.17 -
System Red Green Blue C M Y K H S L
Decimal 78 218 56 0.64 0 0.74 0.15 111.85 0.69 0.54
Hex 4E DA 38 40 0 4A F 70 45 36
Octal 116 332 70 100 0 112 17 160 105 66
Binary 1001110 11011010 111000 1000000 0 1001010 1111 1110000 1000101 110110

Color Harmonies of #4EDA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDA38

Black with #4EDA38

Text Example


Text Example

White with #4EDA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,218,56); }

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

background-color css

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

 a { background-color: rgb(78,218,56); }

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

border-color css

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

 span { border-color: rgb(78,218,56); }

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