Shades of Lime Green #2AF136
Tints of Lime Green #2AF136
RGB
CMYK
RGB Variations
Color information
#2AF136 (or 0x2AF136) is known color: Lime Green. HEX triplet: 2A, F1 and 36. RGB value is (42,241,54). Sum of RGB (Red+Green+Blue) = 42+241+54=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 241 (94.53% from 255 or 71.51% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF136 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF136 is #D50EC9. Grayscale: #A0A0A0. Windows color (decimal): -13962954 or 3600682. OLE color: 3600682.
HSL color Cylindrical-coordinate representation of color #2AF136: hue angle of 123.62º 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 #2AF136 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 54 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.05 |
| HSL | 123.62º | 0.88% | 0.55% | - |
| HSV(B) | 123.62º | 0.83% | 0.95% | - |
| XYZ | 33.08 | 63.67 | 14.04 | - |
| YUV | 160.18 | 68.07 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 54 | 0.83 | 0 | 0.78 | 0.05 | 123.62 | 0.88 | 0.55 |
| Hex | 2A | F1 | 36 | 53 | 0 | 4E | 5 | 7C | 58 | 37 |
| Octal | 52 | 361 | 66 | 123 | 0 | 116 | 5 | 174 | 130 | 67 |
| Binary | 101010 | 11110001 | 110110 | 1010011 | 0 | 1001110 | 101 | 1111100 | 1011000 | 110111 |
Color Harmonies of #2AF136
Complementary color
Monochromatic Colors of #2AF136
Black with #2AF136
Text Example
Text Example
White with #2AF136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF136; }
p { color: rgb(42,241,54); }
H1.HeaderClassName
{
color: #2AF136;
}
.AnyTagClassName
{
color: #2AF136;
}
</style>
background-color css
<style>
a { background-color: #2AF136; }
a { background-color: rgb(42,241,54); }
div.DivClassName
{
background-color: #2AF136;
}
.BgClassName
{
background-color: #2AF136;
}
</style>
border-color css
<style>
span { border-color: #2AF136; }
span { border-color: rgb(42,241,54); }
td.TdClassName
{
border-color: #2AF136;
}
.TagClassName
{
border-color: #2AF136;
}
</style>