Html Css Color HEX #4ED642 Lime Green

📋 copy color: '#4ED642'

red 78 ◦ green 214 ◦ blue 66

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

Shades of Lime Green #4ED642

Tints of Lime Green #4ED642

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.78%

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

R = 21.79%
G = 59.78%
B = 18.44%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#4ED642 (or 0x4ED642) is known color: Lime Green. HEX triplet: 4E, D6 and 42. RGB value is (78,214,66). Sum of RGB (Red+Green+Blue) = 78+214+66=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 214 (83.98% from 255 or 59.78% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 214 - color contains mainly: green. Hex color #4ED642 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED642 is #B129BD. Grayscale: #9C9C9C. Windows color (decimal): -11610558 or 4380238. OLE color: 4380238.

HSL color Cylindrical-coordinate representation of color #4ED642: hue angle of 115.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ED642 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 78 214 66 -
CMYK 0.64 0 0.69 0.16
HSL 115.14º 0.64% 0.55% -
HSV(B) 115.14º 0.69% 0.84% -
XYZ 28.17 50.11 13.34 -
YUV 156.46 76.94 72.03 -
System Red Green Blue C M Y K H S L
Decimal 78 214 66 0.64 0 0.69 0.16 115.14 0.64 0.55
Hex 4E D6 42 40 0 45 10 73 40 37
Octal 116 326 102 100 0 105 20 163 100 67
Binary 1001110 11010110 1000010 1000000 0 1000101 10000 1110011 1000000 110111

Color Harmonies of #4ED642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED642

Black with #4ED642

Text Example


Text Example

White with #4ED642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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