Shades of Lime Green #2AF937
Tints of Lime Green #2AF937
RGB
CMYK
RGB Variations
Color information
#2AF937 (or 0x2AF937) is known color: Lime Green. HEX triplet: 2A, F9 and 37. RGB value is (42,249,55). Sum of RGB (Red+Green+Blue) = 42+249+55=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 249 (97.66% from 255 or 71.97% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF937 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF937 is #D506C8. Grayscale: #A5A5A5. Windows color (decimal): -13960905 or 3668266. OLE color: 3668266.
HSL color Cylindrical-coordinate representation of color #2AF937: hue angle of 123.77º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF937 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 55 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.02 |
| HSL | 123.77º | 0.95% | 0.57% | - |
| HSV(B) | 123.77º | 0.83% | 0.98% | - |
| XYZ | 35.52 | 68.52 | 14.97 | - |
| YUV | 164.99 | 65.92 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 55 | 0.83 | 0 | 0.78 | 0.02 | 123.77 | 0.95 | 0.57 |
| Hex | 2A | F9 | 37 | 53 | 0 | 4E | 2 | 7C | 5F | 39 |
| Octal | 52 | 371 | 67 | 123 | 0 | 116 | 2 | 174 | 137 | 71 |
| Binary | 101010 | 11111001 | 110111 | 1010011 | 0 | 1001110 | 10 | 1111100 | 1011111 | 111001 |
Color Harmonies of #2AF937
Complementary color
Monochromatic Colors of #2AF937
Black with #2AF937
Text Example
Text Example
White with #2AF937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF937; }
p { color: rgb(42,249,55); }
H1.HeaderClassName
{
color: #2AF937;
}
.AnyTagClassName
{
color: #2AF937;
}
</style>
background-color css
<style>
a { background-color: #2AF937; }
a { background-color: rgb(42,249,55); }
div.DivClassName
{
background-color: #2AF937;
}
.BgClassName
{
background-color: #2AF937;
}
</style>
border-color css
<style>
span { border-color: #2AF937; }
span { border-color: rgb(42,249,55); }
td.TdClassName
{
border-color: #2AF937;
}
.TagClassName
{
border-color: #2AF937;
}
</style>