#4FCF4D

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

Shades of Lime Green #4FCF4D

Tints of Lime Green #4FCF4D

Color information

#4FCF4D (or 0x4FCF4D) is unknown color: approx Lime Green. HEX triplet: 4F, CF and 4D. RGB value is (79,207,77). Sum of RGB (Red+Green+Blue) = 79+207+77=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FCF4D is #B030B2. Grayscale: #9A9A9A. Windows color (decimal): -11546803 or 5099343. OLE color: 5099343.

HSL color Cylindrical-coordinate representation of color #4FCF4D: hue angle of 119.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FCF4D is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB7920777-
CMYK0.6200.630.19
HSL119.08º57.52%55.69%-
HSV(B)119.08º62.8%81.18%-
XYZ26.8846.8214.64-
YUV153.9184.5974.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.76%
GREEN value IS 207 (81.25% from 255) = 57.02%
BLUE value IS 77 (30.47% from 255) = 21.21%
R=21.76%
G=57.02%
B=21.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal79207770.6200.630.19119.0857.5255.69
Hex4FCF4D3E03F13773a38
Octal11731711576077231677270
Binary10011111100111110011011111100111111100111110111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,207,77); }

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

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

 a { background-color: rgb(79,207,77); }

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

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

 span { border-color: rgb(79,207,77); }

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