Shades of Lime Green #2AF13A
Tints of Lime Green #2AF13A
RGB
CMYK
RGB Variations
Color information
#2AF13A (or 0x2AF13A) is known color: Lime Green. HEX triplet: 2A, F1 and 3A. RGB value is (42,241,58). Sum of RGB (Red+Green+Blue) = 42+241+58=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF13A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF13A is #D50EC5. Grayscale: #A1A1A1. Windows color (decimal): -13962950 or 3862826. OLE color: 3862826.
HSL color Cylindrical-coordinate representation of color #2AF13A: hue angle of 124.82º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF13A is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 58 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.05 |
| HSL | 124.82º | 0.88% | 0.55% | - |
| HSV(B) | 124.82º | 0.83% | 0.95% | - |
| XYZ | 33.17 | 63.71 | 14.55 | - |
| YUV | 160.64 | 70.07 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 58 | 0.83 | 0 | 0.76 | 0.05 | 124.82 | 0.88 | 0.55 |
| Hex | 2A | F1 | 3A | 53 | 0 | 4C | 5 | 7D | 58 | 37 |
| Octal | 52 | 361 | 72 | 123 | 0 | 114 | 5 | 175 | 130 | 67 |
| Binary | 101010 | 11110001 | 111010 | 1010011 | 0 | 1001100 | 101 | 1111101 | 1011000 | 110111 |
Color Harmonies of #2AF13A
Complementary color
Monochromatic Colors of #2AF13A
Black with #2AF13A
Text Example
Text Example
White with #2AF13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF13A; }
p { color: rgb(42,241,58); }
H1.HeaderClassName
{
color: #2AF13A;
}
.AnyTagClassName
{
color: #2AF13A;
}
</style>
background-color css
<style>
a { background-color: #2AF13A; }
a { background-color: rgb(42,241,58); }
div.DivClassName
{
background-color: #2AF13A;
}
.BgClassName
{
background-color: #2AF13A;
}
</style>
border-color css
<style>
span { border-color: #2AF13A; }
span { border-color: rgb(42,241,58); }
td.TdClassName
{
border-color: #2AF13A;
}
.TagClassName
{
border-color: #2AF13A;
}
</style>