Html Css Color HEX #4ED348 Lime Green

📋 copy color: '#4ED348'

red 78 ◦ green 211 ◦ blue 72

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

Shades of Lime Green #4ED348

Tints of Lime Green #4ED348

RGB

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

 GREEN value IS 211 (82.81% from 255) = 58.45%

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

R = 21.61%
G = 58.45%
B = 19.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#4ED348 (or 0x4ED348) is known color: Lime Green. HEX triplet: 4E, D3 and 48. RGB value is (78,211,72). Sum of RGB (Red+Green+Blue) = 78+211+72=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 211 (82.81% from 255 or 58.45% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 211 - color contains mainly: green. Hex color #4ED348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED348 is #B12CB7. Grayscale: #9B9B9B. Windows color (decimal): -11611320 or 4772686. OLE color: 4772686.

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

Color convert

RGB 78 211 72 -
CMYK 0.63 0 0.66 0.17
HSL 117.41º 0.61% 0.55% -
HSV(B) 117.41º 0.66% 0.83% -
XYZ 27.61 48.68 14.07 -
YUV 155.39 80.94 72.8 -
System Red Green Blue C M Y K H S L
Decimal 78 211 72 0.63 0 0.66 0.17 117.41 0.61 0.55
Hex 4E D3 48 3F 0 42 11 75 3D 37
Octal 116 323 110 77 0 102 21 165 75 67
Binary 1001110 11010011 1001000 111111 0 1000010 10001 1110101 111101 110111

Color Harmonies of #4ED348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED348

Black with #4ED348

Text Example


Text Example

White with #4ED348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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