Html Css Color HEX #4AC732 Lime Green

📋 copy color: '#4AC732'

red 74 ◦ green 199 ◦ blue 50

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

Shades of Lime Green #4AC732

Tints of Lime Green #4AC732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.48%

R = 22.91%
G = 61.61%
B = 15.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#4AC732 (or 0x4AC732) is known color: Lime Green. HEX triplet: 4A, C7 and 32. RGB value is (74,199,50). Sum of RGB (Red+Green+Blue) = 74+199+50=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 199 (78.12% from 255 or 61.61% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 199 - color contains mainly: green. Hex color #4AC732 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC732 is #B538CD. Grayscale: #919191. Windows color (decimal): -11876558 or 3327818. OLE color: 3327818.

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

Color convert

RGB 74 199 50 -
CMYK 0.63 0 0.75 0.22
HSL 110.34º 0.6% 0.49% -
HSV(B) 110.34º 0.75% 0.78% -
XYZ 23.82 42.53 9.97 -
YUV 144.64 74.59 77.62 -
System Red Green Blue C M Y K H S L
Decimal 74 199 50 0.63 0 0.75 0.22 110.34 0.6 0.49
Hex 4A C7 32 3F 0 4B 16 6E 3C 31
Octal 112 307 62 77 0 113 26 156 74 61
Binary 1001010 11000111 110010 111111 0 1001011 10110 1101110 111100 110001

Color Harmonies of #4AC732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC732

Black with #4AC732

Text Example


Text Example

White with #4AC732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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