#4FCA48

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

Shades of Lime Green #4FCA48

Tints of Lime Green #4FCA48

Color information

#4FCA48 (or 0x4FCA48) is unknown color: approx Lime Green. HEX triplet: 4F, CA and 48. RGB value is (79,202,72). Sum of RGB (Red+Green+Blue) = 79+202+72=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCA48 is #B035B7. Grayscale: #969696. Windows color (decimal): -11548088 or 4770383. OLE color: 4770383.

HSL color Cylindrical-coordinate representation of color #4FCA48: hue angle of 116.77º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FCA48 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB7920272-
CMYK0.6100.640.21
HSL116.77º55.08%53.73%-
HSV(B)116.77º64.36%79.22%-
XYZ25.5144.3713.35-
YUV150.483.7577.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.38%
GREEN value IS 202 (79.30% from 255) = 57.22%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=22.38%
G=57.22%
B=20.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal79202720.6100.640.21116.7755.0853.73
Hex4FCA483D04015753736
Octal117312110750100251656766
Binary100111111001010100100011110101000000101011110101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,202,72); }

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

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

 a { background-color: rgb(79,202,72); }

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

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

 span { border-color: rgb(79,202,72); }

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