Shades of Lime Green #2AF13B
Tints of Lime Green #2AF13B
RGB
CMYK
RGB Variations
Color information
#2AF13B (or 0x2AF13B) is known color: Lime Green. HEX triplet: 2A, F1 and 3B. RGB value is (42,241,59). Sum of RGB (Red+Green+Blue) = 42+241+59=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 241 (94.53% from 255 or 70.47% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF13B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF13B is #D50EC4. Grayscale: #A1A1A1. Windows color (decimal): -13962949 or 3928362. OLE color: 3928362.
HSL color Cylindrical-coordinate representation of color #2AF13B: hue angle of 125.13º 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 #2AF13B is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 59 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.05 |
| HSL | 125.13º | 0.88% | 0.55% | - |
| HSV(B) | 125.13º | 0.83% | 0.95% | - |
| XYZ | 33.2 | 63.72 | 14.69 | - |
| YUV | 160.75 | 70.57 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 59 | 0.83 | 0 | 0.76 | 0.05 | 125.13 | 0.88 | 0.55 |
| Hex | 2A | F1 | 3B | 53 | 0 | 4C | 5 | 7D | 58 | 37 |
| Octal | 52 | 361 | 73 | 123 | 0 | 114 | 5 | 175 | 130 | 67 |
| Binary | 101010 | 11110001 | 111011 | 1010011 | 0 | 1001100 | 101 | 1111101 | 1011000 | 110111 |
Color Harmonies of #2AF13B
Complementary color
Monochromatic Colors of #2AF13B
Black with #2AF13B
Text Example
Text Example
White with #2AF13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF13B; }
p { color: rgb(42,241,59); }
H1.HeaderClassName
{
color: #2AF13B;
}
.AnyTagClassName
{
color: #2AF13B;
}
</style>
background-color css
<style>
a { background-color: #2AF13B; }
a { background-color: rgb(42,241,59); }
div.DivClassName
{
background-color: #2AF13B;
}
.BgClassName
{
background-color: #2AF13B;
}
</style>
border-color css
<style>
span { border-color: #2AF13B; }
span { border-color: rgb(42,241,59); }
td.TdClassName
{
border-color: #2AF13B;
}
.TagClassName
{
border-color: #2AF13B;
}
</style>