Html Css Color HEX #4AC332 Lime Green

📋 copy color: '#4AC332'

red 74 ◦ green 195 ◦ blue 50

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

Shades of Lime Green #4AC332

Tints of Lime Green #4AC332

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.13%

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

R = 23.2%
G = 61.13%
B = 15.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#4AC332 (or 0x4AC332) is known color: Lime Green. HEX triplet: 4A, C3 and 32. RGB value is (74,195,50). Sum of RGB (Red+Green+Blue) = 74+195+50=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC332 is #B53CCD. Grayscale: #8E8E8E. Windows color (decimal): -11877582 or 3326794. OLE color: 3326794.

HSL color Cylindrical-coordinate representation of color #4AC332: hue angle of 110.07º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4AC332 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 195 50 -
CMYK 0.62 0 0.74 0.24
HSL 110.07º 0.59% 0.48% -
HSV(B) 110.07º 0.74% 0.76% -
XYZ 22.91 40.72 9.67 -
YUV 142.29 75.91 79.29 -
System Red Green Blue C M Y K H S L
Decimal 74 195 50 0.62 0 0.74 0.24 110.07 0.59 0.48
Hex 4A C3 32 3E 0 4A 18 6E 3B 30
Octal 112 303 62 76 0 112 30 156 73 60
Binary 1001010 11000011 110010 111110 0 1001010 11000 1101110 111011 110000

Color Harmonies of #4AC332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC332

Black with #4AC332

Text Example


Text Example

White with #4AC332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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