Html Css Color HEX #4EC945 Lime Green

📋 copy color: '#4EC945'

red 78 ◦ green 201 ◦ blue 69

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

Shades of Lime Green #4EC945

Tints of Lime Green #4EC945

RGB

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

 GREEN value IS 201 (78.91% from 255) = 57.76%

 BLUE value IS 69 (27.34% from 255) = 19.83%

R = 22.41%
G = 57.76%
B = 19.83%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#4EC945 (or 0x4EC945) is known color: Lime Green. HEX triplet: 4E, C9 and 45. RGB value is (78,201,69). Sum of RGB (Red+Green+Blue) = 78+201+69=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 201 (78.91% from 255 or 57.76% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 201 - color contains mainly: green. Hex color #4EC945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC945 is #B136BA. Grayscale: #959595. Windows color (decimal): -11613883 or 4573518. OLE color: 4573518.

HSL color Cylindrical-coordinate representation of color #4EC945: hue angle of 115.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EC945 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 78 201 69 -
CMYK 0.61 0 0.66 0.21
HSL 115.91º 0.55% 0.53% -
HSV(B) 115.91º 0.66% 0.79% -
XYZ 25.1 43.82 12.77 -
YUV 149.18 82.75 77.23 -
System Red Green Blue C M Y K H S L
Decimal 78 201 69 0.61 0 0.66 0.21 115.91 0.55 0.53
Hex 4E C9 45 3D 0 42 15 74 37 35
Octal 116 311 105 75 0 102 25 164 67 65
Binary 1001110 11001001 1000101 111101 0 1000010 10101 1110100 110111 110101

Color Harmonies of #4EC945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC945

Black with #4EC945

Text Example


Text Example

White with #4EC945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,201,69); }

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

background-color css

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

 a { background-color: rgb(78,201,69); }

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

border-color css

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

 span { border-color: rgb(78,201,69); }

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