#4FCA44

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

Shades of Lime Green #4FCA44

Tints of Lime Green #4FCA44

Color information

#4FCA44 (or 0x4FCA44) is unknown color: approx Lime Green. HEX triplet: 4F, CA and 44. RGB value is (79,202,68). Sum of RGB (Red+Green+Blue) = 79+202+68=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCA44 is #B035BB. Grayscale: #969696. Windows color (decimal): -11548092 or 4508239. OLE color: 4508239.

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

Color convert

RGB7920268-
CMYK0.6100.660.21
HSL115.07º55.83%52.94%-
HSV(B)115.07º66.34%79.22%-
XYZ25.3944.3212.69-
YUV149.9581.7577.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.64%
GREEN value IS 202 (79.30% from 255) = 57.88%
BLUE value IS 68 (26.95% from 255) = 19.48%
R=22.64%
G=57.88%
B=19.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal79202680.6100.660.21115.0755.8352.94
Hex4FCA443D04215733835
Octal117312104750102251637065
Binary100111111001010100010011110101000010101011110011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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