Html Css Color HEX #4ED94B Lime Green

📋 copy color: '#4ED94B'

red 78 ◦ green 217 ◦ blue 75

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

Shades of Lime Green #4ED94B

Tints of Lime Green #4ED94B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 58.65%

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

R = 21.08%
G = 58.65%
B = 20.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#4ED94B (or 0x4ED94B) is known color: Lime Green. HEX triplet: 4E, D9 and 4B. RGB value is (78,217,75). Sum of RGB (Red+Green+Blue) = 78+217+75=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 217 (85.16% from 255 or 58.65% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 217 - color contains mainly: green. Hex color #4ED94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED94B is #B126B4. Grayscale: #9F9F9F. Windows color (decimal): -11609781 or 4970830. OLE color: 4970830.

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

Color convert

RGB 78 217 75 -
CMYK 0.64 0 0.65 0.15
HSL 118.73º 0.65% 0.57% -
HSV(B) 118.73º 0.65% 0.85% -
XYZ 29.22 51.75 15.11 -
YUV 159.25 80.45 70.05 -
System Red Green Blue C M Y K H S L
Decimal 78 217 75 0.64 0 0.65 0.15 118.73 0.65 0.57
Hex 4E D9 4B 40 0 41 F 77 41 39
Octal 116 331 113 100 0 101 17 167 101 71
Binary 1001110 11011001 1001011 1000000 0 1000001 1111 1110111 1000001 111001

Color Harmonies of #4ED94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED94B

Black with #4ED94B

Text Example


Text Example

White with #4ED94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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