#4FDC31

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

Shades of Lime Green #4FDC31

Tints of Lime Green #4FDC31

Color information

#4FDC31 (or 0x4FDC31) is unknown color: approx Lime Green. HEX triplet: 4F, DC and 31. RGB value is (79,220,49). Sum of RGB (Red+Green+Blue) = 79+220+49=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 220 (86.33% from 255 or 63.22% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDC31 is #B023CE. Grayscale: #9E9E9E. Windows color (decimal): -11543503 or 3267663. OLE color: 3267663.

HSL color Cylindrical-coordinate representation of color #4FDC31: hue angle of 109.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4FDC31 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB7922049-
CMYK0.6400.780.14
HSL109.47º70.95%52.75%-
HSV(B)109.47º77.73%86.27%-
XYZ29.3753.0711.6-
YUV158.3566.2971.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.70%
GREEN value IS 220 (86.33% from 255) = 63.22%
BLUE value IS 49 (19.53% from 255) = 14.08%
R=22.70%
G=63.22%
B=14.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal79220490.6400.780.14109.4770.9552.75
Hex4FDC314004EE6d4735
Octal1173346110001161615510765
Binary100111111011100110001100000001001110111011011011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FDC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,220,49); }

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

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

 a { background-color: rgb(79,220,49); }

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

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

 span { border-color: rgb(79,220,49); }

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