#4FCC32

Color #4FCC32 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #4FCC32

Tints of Lime Green #4FCC32

Color information

#4FCC32 (or 0x4FCC32) is unknown color: approx Lime Green. HEX triplet: 4F, CC and 32. RGB value is (79,204,50). Sum of RGB (Red+Green+Blue) = 79+204+50=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 204 (80.08% from 255 or 61.26% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCC32 is #B033CD. Grayscale: #959595. Windows color (decimal): -11547598 or 3329103. OLE color: 3329103.

HSL color Cylindrical-coordinate representation of color #4FCC32: hue angle of 108.7º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4FCC32 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB7920450-
CMYK0.6100.750.2
HSL108.7º60.63%49.8%-
HSV(B)108.7º75.49%80%-
XYZ25.3945.0810.38-
YUV149.0772.0978.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.72%
GREEN value IS 204 (80.08% from 255) = 61.26%
BLUE value IS 50 (19.92% from 255) = 15.02%
R=23.72%
G=61.26%
B=15.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal79204500.6100.750.2108.760.6349.8
Hex4FCC323D04B146d3d32
Octal11731462750113241557562
Binary10011111100110011001011110101001011101001101101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,204,50); }

 H1.HeaderClassName
 {
   color: #4FCC32;
 }
 .AnyTagClassName
 {
   color: #4FCC32;
 }
</style>
background-color css

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

 a { background-color: rgb(79,204,50); }

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

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

 span { border-color: rgb(79,204,50); }

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