#4FF13D

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

Shades of Lime Green #4FF13D

Tints of Lime Green #4FF13D

Color information

#4FF13D (or 0x4FF13D) is unknown color: approx Lime Green. HEX triplet: 4F, F1 and 3D. RGB value is (79,241,61). Sum of RGB (Red+Green+Blue) = 79+241+61=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 241 (94.53% from 255 or 63.25% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF13D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF13D is #B00EC2. Grayscale: #ACACAC. Windows color (decimal): -11538115 or 4059471. OLE color: 4059471.

HSL color Cylindrical-coordinate representation of color #4FF13D: hue angle of 114º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4FF13D is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB7924161-
CMYK0.6700.750.05
HSL114º86.54%59.22%-
HSV(B)114º74.69%94.51%-
XYZ35.5264.9115.07-
YUV172.0465.3361.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.73%
GREEN value IS 241 (94.53% from 255) = 63.25%
BLUE value IS 61 (24.22% from 255) = 16.01%
R=20.73%
G=63.25%
B=16.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal79241610.6700.750.0511486.5459.22
Hex4FF13D4304B572573b
Octal117361751030113516212773
Binary10011111111000111110110000110100101110111100101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,241,61); }

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

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

 a { background-color: rgb(79,241,61); }

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

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

 span { border-color: rgb(79,241,61); }

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