Html Css Color HEX #4AC73A Lime Green

📋 copy color: '#4AC73A'

red 74 ◦ green 199 ◦ blue 58

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

Shades of Lime Green #4AC73A

Tints of Lime Green #4AC73A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 22.36%
G = 60.12%
B = 17.52%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#4AC73A (or 0x4AC73A) is known color: Lime Green. HEX triplet: 4A, C7 and 3A. RGB value is (74,199,58). Sum of RGB (Red+Green+Blue) = 74+199+58=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 199 (78.12% from 255 or 60.12% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 199 - color contains mainly: green. Hex color #4AC73A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC73A is #B538C5. Grayscale: #919191. Windows color (decimal): -11876550 or 3852106. OLE color: 3852106.

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

Color convert

RGB 74 199 58 -
CMYK 0.63 0 0.71 0.22
HSL 113.19º 0.56% 0.5% -
HSV(B) 113.19º 0.71% 0.78% -
XYZ 24.01 42.61 10.96 -
YUV 145.55 78.59 76.96 -
System Red Green Blue C M Y K H S L
Decimal 74 199 58 0.63 0 0.71 0.22 113.19 0.56 0.5
Hex 4A C7 3A 3F 0 47 16 71 38 32
Octal 112 307 72 77 0 107 26 161 70 62
Binary 1001010 11000111 111010 111111 0 1000111 10110 1110001 111000 110010

Color Harmonies of #4AC73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC73A

Black with #4AC73A

Text Example


Text Example

White with #4AC73A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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