Html Css Color HEX #4AC648 Lime Green

📋 copy color: '#4AC648'

red 74 ◦ green 198 ◦ blue 72

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

Shades of Lime Green #4AC648

Tints of Lime Green #4AC648

RGB

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

 GREEN value IS 198 (77.73% from 255) = 57.56%

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

R = 21.51%
G = 57.56%
B = 20.93%

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

#4AC648 (or 0x4AC648) is known color: Lime Green. HEX triplet: 4A, C6 and 48. RGB value is (74,198,72). Sum of RGB (Red+Green+Blue) = 74+198+72=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 198 (77.73% from 255 or 57.56% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC648 is #B539B7. Grayscale: #929292. Windows color (decimal): -11876792 or 4769354. OLE color: 4769354.

HSL color Cylindrical-coordinate representation of color #4AC648: hue angle of 119.05º degrees, saturation: 0.52, 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 #4AC648 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 74 198 72 -
CMYK 0.63 0 0.64 0.22
HSL 119.05º 0.53% 0.53% -
HSV(B) 119.05º 0.64% 0.78% -
XYZ 24.19 42.31 13.02 -
YUV 146.56 85.92 76.25 -
System Red Green Blue C M Y K H S L
Decimal 74 198 72 0.63 0 0.64 0.22 119.05 0.53 0.53
Hex 4A C6 48 3F 0 40 16 77 34 35
Octal 112 306 110 77 0 100 26 167 64 65
Binary 1001010 11000110 1001000 111111 0 1000000 10110 1110111 110100 110101

Color Harmonies of #4AC648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC648

Black with #4AC648

Text Example


Text Example

White with #4AC648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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