Shades of Lime Green #2AF331
Tints of Lime Green #2AF331
RGB
CMYK
RGB Variations
Color information
#2AF331 (or 0x2AF331) is known color: Lime Green. HEX triplet: 2A, F3 and 31. RGB value is (42,243,49). Sum of RGB (Red+Green+Blue) = 42+243+49=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 243 (95.31% from 255 or 72.75% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF331 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF331 is #D50CCE. Grayscale: #A1A1A1. Windows color (decimal): -13962447 or 3273514. OLE color: 3273514.
HSL color Cylindrical-coordinate representation of color #2AF331: hue angle of 122.09º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF331 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 49 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.05 |
| HSL | 122.09º | 0.89% | 0.56% | - |
| HSV(B) | 122.09º | 0.83% | 0.95% | - |
| XYZ | 33.56 | 64.82 | 13.65 | - |
| YUV | 160.79 | 64.91 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 49 | 0.83 | 0 | 0.80 | 0.05 | 122.09 | 0.89 | 0.56 |
| Hex | 2A | F3 | 31 | 53 | 0 | 50 | 5 | 7A | 59 | 38 |
| Octal | 52 | 363 | 61 | 123 | 0 | 120 | 5 | 172 | 131 | 70 |
| Binary | 101010 | 11110011 | 110001 | 1010011 | 0 | 1010000 | 101 | 1111010 | 1011001 | 111000 |
Color Harmonies of #2AF331
Complementary color
Monochromatic Colors of #2AF331
Black with #2AF331
Text Example
Text Example
White with #2AF331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF331; }
p { color: rgb(42,243,49); }
H1.HeaderClassName
{
color: #2AF331;
}
.AnyTagClassName
{
color: #2AF331;
}
</style>
background-color css
<style>
a { background-color: #2AF331; }
a { background-color: rgb(42,243,49); }
div.DivClassName
{
background-color: #2AF331;
}
.BgClassName
{
background-color: #2AF331;
}
</style>
border-color css
<style>
span { border-color: #2AF331; }
span { border-color: rgb(42,243,49); }
td.TdClassName
{
border-color: #2AF331;
}
.TagClassName
{
border-color: #2AF331;
}
</style>