Html Css Color HEX #4EDC35 Lime Green

📋 copy color: '#4EDC35'

red 78 ◦ green 220 ◦ blue 53

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

Shades of Lime Green #4EDC35

Tints of Lime Green #4EDC35

RGB

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

 GREEN value IS 220 (86.33% from 255) = 62.68%

 BLUE value IS 53 (21.09% from 255) = 15.1%

R = 22.22%
G = 62.68%
B = 15.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#4EDC35 (or 0x4EDC35) is known color: Lime Green. HEX triplet: 4E, DC and 35. RGB value is (78,220,53). Sum of RGB (Red+Green+Blue) = 78+220+53=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 220 (86.33% from 255 or 62.68% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDC35 is #B123CA. Grayscale: #9F9F9F. Windows color (decimal): -11609035 or 3529806. OLE color: 3529806.

HSL color Cylindrical-coordinate representation of color #4EDC35: hue angle of 111.02º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4EDC35 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 220 53 -
CMYK 0.65 0 0.76 0.14
HSL 111.02º 0.7% 0.54% -
HSV(B) 111.02º 0.76% 0.86% -
XYZ 29.38 53.06 12.06 -
YUV 158.5 68.46 70.58 -
System Red Green Blue C M Y K H S L
Decimal 78 220 53 0.65 0 0.76 0.14 111.02 0.7 0.54
Hex 4E DC 35 41 0 4C E 6F 46 36
Octal 116 334 65 101 0 114 16 157 106 66
Binary 1001110 11011100 110101 1000001 0 1001100 1110 1101111 1000110 110110

Color Harmonies of #4EDC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDC35

Black with #4EDC35

Text Example


Text Example

White with #4EDC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,220,53); }

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

background-color css

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

 a { background-color: rgb(78,220,53); }

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

border-color css

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

 span { border-color: rgb(78,220,53); }

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