Shades of Lime Green #2AF138
Tints of Lime Green #2AF138
RGB
CMYK
RGB Variations
Color information
#2AF138 (or 0x2AF138) is known color: Lime Green. HEX triplet: 2A, F1 and 38. RGB value is (42,241,56). Sum of RGB (Red+Green+Blue) = 42+241+56=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 241 (94.53% from 255 or 71.09% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF138 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF138 is #D50EC7. Grayscale: #A0A0A0. Windows color (decimal): -13962952 or 3731754. OLE color: 3731754.
HSL color Cylindrical-coordinate representation of color #2AF138: hue angle of 124.22º 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 #2AF138 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 56 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.05 |
| HSL | 124.22º | 0.88% | 0.55% | - |
| HSV(B) | 124.22º | 0.83% | 0.95% | - |
| XYZ | 33.12 | 63.69 | 14.29 | - |
| YUV | 160.41 | 69.07 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 56 | 0.83 | 0 | 0.77 | 0.05 | 124.22 | 0.88 | 0.55 |
| Hex | 2A | F1 | 38 | 53 | 0 | 4D | 5 | 7C | 58 | 37 |
| Octal | 52 | 361 | 70 | 123 | 0 | 115 | 5 | 174 | 130 | 67 |
| Binary | 101010 | 11110001 | 111000 | 1010011 | 0 | 1001101 | 101 | 1111100 | 1011000 | 110111 |
Color Harmonies of #2AF138
Complementary color
Monochromatic Colors of #2AF138
Black with #2AF138
Text Example
Text Example
White with #2AF138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF138; }
p { color: rgb(42,241,56); }
H1.HeaderClassName
{
color: #2AF138;
}
.AnyTagClassName
{
color: #2AF138;
}
</style>
background-color css
<style>
a { background-color: #2AF138; }
a { background-color: rgb(42,241,56); }
div.DivClassName
{
background-color: #2AF138;
}
.BgClassName
{
background-color: #2AF138;
}
</style>
border-color css
<style>
span { border-color: #2AF138; }
span { border-color: rgb(42,241,56); }
td.TdClassName
{
border-color: #2AF138;
}
.TagClassName
{
border-color: #2AF138;
}
</style>