Html Css Color HEX #4ECD48 Lime Green

📋 copy color: '#4ECD48'

red 78 ◦ green 205 ◦ blue 72

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

Shades of Lime Green #4ECD48

Tints of Lime Green #4ECD48

RGB

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

 GREEN value IS 205 (80.47% from 255) = 57.75%

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 21.97%
G = 57.75%
B = 20.28%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#4ECD48 (or 0x4ECD48) is known color: Lime Green. HEX triplet: 4E, CD and 48. RGB value is (78,205,72). Sum of RGB (Red+Green+Blue) = 78+205+72=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 205 (80.47% from 255 or 57.75% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECD48 is #B132B7. Grayscale: #989898. Windows color (decimal): -11612856 or 4771150. OLE color: 4771150.

HSL color Cylindrical-coordinate representation of color #4ECD48: hue angle of 117.29º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ECD48 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 78 205 72 -
CMYK 0.62 0 0.65 0.20
HSL 117.29º 0.57% 0.54% -
HSV(B) 117.29º 0.65% 0.8% -
XYZ 26.14 45.75 13.58 -
YUV 151.87 82.92 75.31 -
System Red Green Blue C M Y K H S L
Decimal 78 205 72 0.62 0 0.65 0.20 117.29 0.57 0.54
Hex 4E CD 48 3E 0 41 14 75 39 36
Octal 116 315 110 76 0 101 24 165 71 66
Binary 1001110 11001101 1001000 111110 0 1000001 10100 1110101 111001 110110

Color Harmonies of #4ECD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECD48

Black with #4ECD48

Text Example


Text Example

White with #4ECD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,205,72); }

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

background-color css

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

 a { background-color: rgb(78,205,72); }

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

border-color css

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

 span { border-color: rgb(78,205,72); }

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