Html Css Color HEX #4AC748 Lime Green

📋 copy color: '#4AC748'

red 74 ◦ green 199 ◦ blue 72

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

Shades of Lime Green #4AC748

Tints of Lime Green #4AC748

RGB

 RED value IS 74 (29.3% from 255) = 21.45%

 GREEN value IS 199 (78.13% from 255) = 57.68%

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

R = 21.45%
G = 57.68%
B = 20.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#4AC748 (or 0x4AC748) is known color: Lime Green. HEX triplet: 4A, C7 and 48. RGB value is (74,199,72). Sum of RGB (Red+Green+Blue) = 74+199+72=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 199 (78.12% from 255 or 57.68% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 199 - color contains mainly: green. Hex color #4AC748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC748 is #B538B7. Grayscale: #939393. Windows color (decimal): -11876536 or 4769610. OLE color: 4769610.

HSL color Cylindrical-coordinate representation of color #4AC748: hue angle of 119.06º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AC748 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 74 199 72 -
CMYK 0.63 0 0.64 0.22
HSL 119.06º 0.53% 0.53% -
HSV(B) 119.06º 0.64% 0.78% -
XYZ 24.42 42.77 13.1 -
YUV 147.15 85.59 75.83 -
System Red Green Blue C M Y K H S L
Decimal 74 199 72 0.63 0 0.64 0.22 119.06 0.53 0.53
Hex 4A C7 48 3F 0 40 16 77 35 35
Octal 112 307 110 77 0 100 26 167 65 65
Binary 1001010 11000111 1001000 111111 0 1000000 10110 1110111 110101 110101

Color Harmonies of #4AC748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC748

Black with #4AC748

Text Example


Text Example

White with #4AC748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,199,72); }

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

background-color css

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

 a { background-color: rgb(74,199,72); }

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

border-color css

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

 span { border-color: rgb(74,199,72); }

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