Shades of Lime Green #4AF13B
Tints of Lime Green #4AF13B
RGB
CMYK
RGB Variations
Color information
#4AF13B (or 0x4AF13B) is known color: Lime Green. HEX triplet: 4A, F1 and 3B. RGB value is (74,241,59). Sum of RGB (Red+Green+Blue) = 74+241+59=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 241 (94.53% from 255 or 64.44% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF13B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF13B is #B50EC4. Grayscale: #AAAAAA. Windows color (decimal): -11865797 or 3928394. OLE color: 3928394.
HSL color Cylindrical-coordinate representation of color #4AF13B: hue angle of 115.05º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4AF13B is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 59 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.05 |
| HSL | 115.05º | 0.87% | 0.59% | - |
| HSV(B) | 115.05º | 0.76% | 0.95% | - |
| XYZ | 35.07 | 64.68 | 14.77 | - |
| YUV | 170.32 | 65.17 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 59 | 0.69 | 0 | 0.76 | 0.05 | 115.05 | 0.87 | 0.59 |
| Hex | 4A | F1 | 3B | 45 | 0 | 4C | 5 | 73 | 57 | 3B |
| Octal | 112 | 361 | 73 | 105 | 0 | 114 | 5 | 163 | 127 | 73 |
| Binary | 1001010 | 11110001 | 111011 | 1000101 | 0 | 1001100 | 101 | 1110011 | 1010111 | 111011 |
Color Harmonies of #4AF13B
Complementary color
Monochromatic Colors of #4AF13B
Black with #4AF13B
Text Example
Text Example
White with #4AF13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF13B; }
p { color: rgb(74,241,59); }
H1.HeaderClassName
{
color: #4AF13B;
}
.AnyTagClassName
{
color: #4AF13B;
}
</style>
background-color css
<style>
a { background-color: #4AF13B; }
a { background-color: rgb(74,241,59); }
div.DivClassName
{
background-color: #4AF13B;
}
.BgClassName
{
background-color: #4AF13B;
}
</style>
border-color css
<style>
span { border-color: #4AF13B; }
span { border-color: rgb(74,241,59); }
td.TdClassName
{
border-color: #4AF13B;
}
.TagClassName
{
border-color: #4AF13B;
}
</style>