Shades of Lime Green #4AF13F
Tints of Lime Green #4AF13F
RGB
CMYK
RGB Variations
Color information
#4AF13F (or 0x4AF13F) is known color: Lime Green. HEX triplet: 4A, F1 and 3F. RGB value is (74,241,63). Sum of RGB (Red+Green+Blue) = 74+241+63=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 241 (94.53% from 255 or 63.76% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF13F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF13F is #B50EC0. Grayscale: #ABABAB. Windows color (decimal): -11865793 or 4190538. OLE color: 4190538.
HSL color Cylindrical-coordinate representation of color #4AF13F: hue angle of 116.29º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4AF13F is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 63 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.05 |
| HSL | 116.29º | 0.86% | 0.6% | - |
| HSV(B) | 116.29º | 0.74% | 0.95% | - |
| XYZ | 35.18 | 64.73 | 15.34 | - |
| YUV | 170.78 | 67.17 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 63 | 0.69 | 0 | 0.74 | 0.05 | 116.29 | 0.86 | 0.6 |
| Hex | 4A | F1 | 3F | 45 | 0 | 4A | 5 | 74 | 56 | 3C |
| Octal | 112 | 361 | 77 | 105 | 0 | 112 | 5 | 164 | 126 | 74 |
| Binary | 1001010 | 11110001 | 111111 | 1000101 | 0 | 1001010 | 101 | 1110100 | 1010110 | 111100 |
Color Harmonies of #4AF13F
Complementary color
Monochromatic Colors of #4AF13F
Black with #4AF13F
Text Example
Text Example
White with #4AF13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF13F; }
p { color: rgb(74,241,63); }
H1.HeaderClassName
{
color: #4AF13F;
}
.AnyTagClassName
{
color: #4AF13F;
}
</style>
background-color css
<style>
a { background-color: #4AF13F; }
a { background-color: rgb(74,241,63); }
div.DivClassName
{
background-color: #4AF13F;
}
.BgClassName
{
background-color: #4AF13F;
}
</style>
border-color css
<style>
span { border-color: #4AF13F; }
span { border-color: rgb(74,241,63); }
td.TdClassName
{
border-color: #4AF13F;
}
.TagClassName
{
border-color: #4AF13F;
}
</style>