Shades of Lime Green #4AF13A
Tints of Lime Green #4AF13A
RGB
CMYK
RGB Variations
Color information
#4AF13A (or 0x4AF13A) is known color: Lime Green. HEX triplet: 4A, F1 and 3A. RGB value is (74,241,58). Sum of RGB (Red+Green+Blue) = 74+241+58=373 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.84% from 373); Green value is 241 (94.53% from 255 or 64.61% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF13A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF13A is #B50EC5. Grayscale: #AAAAAA. Windows color (decimal): -11865798 or 3862858. OLE color: 3862858.
HSL color Cylindrical-coordinate representation of color #4AF13A: hue angle of 114.75º 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 #4AF13A is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 58 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.05 |
| HSL | 114.75º | 0.87% | 0.59% | - |
| HSV(B) | 114.75º | 0.76% | 0.95% | - |
| XYZ | 35.04 | 64.67 | 14.64 | - |
| YUV | 170.21 | 64.67 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 58 | 0.69 | 0 | 0.76 | 0.05 | 114.75 | 0.87 | 0.59 |
| Hex | 4A | F1 | 3A | 45 | 0 | 4C | 5 | 73 | 57 | 3B |
| Octal | 112 | 361 | 72 | 105 | 0 | 114 | 5 | 163 | 127 | 73 |
| Binary | 1001010 | 11110001 | 111010 | 1000101 | 0 | 1001100 | 101 | 1110011 | 1010111 | 111011 |
Color Harmonies of #4AF13A
Complementary color
Monochromatic Colors of #4AF13A
Black with #4AF13A
Text Example
Text Example
White with #4AF13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF13A; }
p { color: rgb(74,241,58); }
H1.HeaderClassName
{
color: #4AF13A;
}
.AnyTagClassName
{
color: #4AF13A;
}
</style>
background-color css
<style>
a { background-color: #4AF13A; }
a { background-color: rgb(74,241,58); }
div.DivClassName
{
background-color: #4AF13A;
}
.BgClassName
{
background-color: #4AF13A;
}
</style>
border-color css
<style>
span { border-color: #4AF13A; }
span { border-color: rgb(74,241,58); }
td.TdClassName
{
border-color: #4AF13A;
}
.TagClassName
{
border-color: #4AF13A;
}
</style>