#4FE13C

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

Shades of Lime Green #4FE13C

Tints of Lime Green #4FE13C

Color information

#4FE13C (or 0x4FE13C) is unknown color: approx Lime Green. HEX triplet: 4F, E1 and 3C. RGB value is (79,225,60). Sum of RGB (Red+Green+Blue) = 79+225+60=364 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.70% from 364); Green value is 225 (88.28% from 255 or 61.81% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE13C is #B01EC3. Grayscale: #A3A3A3. Windows color (decimal): -11542212 or 3989839. OLE color: 3989839.

HSL color Cylindrical-coordinate representation of color #4FE13C: hue angle of 113.09º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4FE13C is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB7922560-
CMYK0.6500.730.12
HSL113.09º73.33%55.88%-
HSV(B)113.09º73.33%88.24%-
XYZ30.9755.8413.42-
YUV162.5470.1368.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.70%
GREEN value IS 225 (88.28% from 255) = 61.81%
BLUE value IS 60 (23.83% from 255) = 16.48%
R=21.70%
G=61.81%
B=16.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal79225600.6500.730.12113.0973.3355.88
Hex4FE13C41049C714938
Octal1173417410101111416111170
Binary100111111100001111100100000101001001110011100011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FE13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,225,60); }

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

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

 a { background-color: rgb(79,225,60); }

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

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

 span { border-color: rgb(79,225,60); }

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