Shades of Lime Green #4AF13C
Tints of Lime Green #4AF13C
RGB
CMYK
RGB Variations
Color information
#4AF13C (or 0x4AF13C) is known color: Lime Green. HEX triplet: 4A, F1 and 3C. RGB value is (74,241,60). Sum of RGB (Red+Green+Blue) = 74+241+60=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 241 (94.53% from 255 or 64.27% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF13C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF13C is #B50EC3. Grayscale: #AAAAAA. Windows color (decimal): -11865796 or 3993930. OLE color: 3993930.
HSL color Cylindrical-coordinate representation of color #4AF13C: hue angle of 115.36º 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 #4AF13C is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 60 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.05 |
| HSL | 115.36º | 0.87% | 0.59% | - |
| HSV(B) | 115.36º | 0.75% | 0.95% | - |
| XYZ | 35.09 | 64.69 | 14.91 | - |
| YUV | 170.43 | 65.67 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 60 | 0.69 | 0 | 0.75 | 0.05 | 115.36 | 0.87 | 0.59 |
| Hex | 4A | F1 | 3C | 45 | 0 | 4B | 5 | 73 | 57 | 3B |
| Octal | 112 | 361 | 74 | 105 | 0 | 113 | 5 | 163 | 127 | 73 |
| Binary | 1001010 | 11110001 | 111100 | 1000101 | 0 | 1001011 | 101 | 1110011 | 1010111 | 111011 |
Color Harmonies of #4AF13C
Complementary color
Monochromatic Colors of #4AF13C
Black with #4AF13C
Text Example
Text Example
White with #4AF13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF13C; }
p { color: rgb(74,241,60); }
H1.HeaderClassName
{
color: #4AF13C;
}
.AnyTagClassName
{
color: #4AF13C;
}
</style>
background-color css
<style>
a { background-color: #4AF13C; }
a { background-color: rgb(74,241,60); }
div.DivClassName
{
background-color: #4AF13C;
}
.BgClassName
{
background-color: #4AF13C;
}
</style>
border-color css
<style>
span { border-color: #4AF13C; }
span { border-color: rgb(74,241,60); }
td.TdClassName
{
border-color: #4AF13C;
}
.TagClassName
{
border-color: #4AF13C;
}
</style>