Html Css Color HEX #4ED042 Lime Green

📋 copy color: '#4ED042'

red 78 ◦ green 208 ◦ blue 66

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

Shades of Lime Green #4ED042

Tints of Lime Green #4ED042

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.09%

 BLUE value IS 66 (26.17% from 255) = 18.75%

R = 22.16%
G = 59.09%
B = 18.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#4ED042 (or 0x4ED042) is known color: Lime Green. HEX triplet: 4E, D0 and 42. RGB value is (78,208,66). Sum of RGB (Red+Green+Blue) = 78+208+66=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 208 (81.64% from 255 or 59.09% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED042 is #B12FBD. Grayscale: #999999. Windows color (decimal): -11612094 or 4378702. OLE color: 4378702.

HSL color Cylindrical-coordinate representation of color #4ED042: hue angle of 114.93º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ED042 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 78 208 66 -
CMYK 0.62 0 0.68 0.18
HSL 114.93º 0.6% 0.54% -
HSV(B) 114.93º 0.68% 0.82% -
XYZ 26.68 47.12 12.84 -
YUV 152.94 78.93 74.55 -
System Red Green Blue C M Y K H S L
Decimal 78 208 66 0.62 0 0.68 0.18 114.93 0.6 0.54
Hex 4E D0 42 3E 0 44 12 73 3C 36
Octal 116 320 102 76 0 104 22 163 74 66
Binary 1001110 11010000 1000010 111110 0 1000100 10010 1110011 111100 110110

Color Harmonies of #4ED042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED042

Black with #4ED042

Text Example


Text Example

White with #4ED042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,208,66); }

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

background-color css

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

 a { background-color: rgb(78,208,66); }

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

border-color css

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

 span { border-color: rgb(78,208,66); }

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