#4FCB4C

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

Shades of Lime Green #4FCB4C

Tints of Lime Green #4FCB4C

Color information

#4FCB4C (or 0x4FCB4C) is unknown color: approx Lime Green. HEX triplet: 4F, CB and 4C. RGB value is (79,203,76). Sum of RGB (Red+Green+Blue) = 79+203+76=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCB4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCB4C is #B034B3. Grayscale: #979797. Windows color (decimal): -11547828 or 5032783. OLE color: 5032783.

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

Color convert

RGB7920376-
CMYK0.6100.630.20
HSL118.58º54.98%54.71%-
HSV(B)118.58º62.56%79.61%-
XYZ25.8844.914.14-
YUV151.4585.4276.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.07%
GREEN value IS 203 (79.69% from 255) = 56.70%
BLUE value IS 76 (30.08% from 255) = 21.23%
R=22.07%
G=56.70%
B=21.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal79203760.6100.630.20118.5854.9854.71
Hex4FCB4C3D03F14773737
Octal11731311475077241676767
Binary10011111100101110011001111010111111101001110111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,203,76); }

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

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

 a { background-color: rgb(79,203,76); }

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

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

 span { border-color: rgb(79,203,76); }

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