Shades of Lime Green #2AF333
Tints of Lime Green #2AF333
RGB
CMYK
RGB Variations
Color information
#2AF333 (or 0x2AF333) is known color: Lime Green. HEX triplet: 2A, F3 and 33. RGB value is (42,243,51). Sum of RGB (Red+Green+Blue) = 42+243+51=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 243 (95.31% from 255 or 72.32% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF333 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF333 is #D50CCC. Grayscale: #A1A1A1. Windows color (decimal): -13962445 or 3404586. OLE color: 3404586.
HSL color Cylindrical-coordinate representation of color #2AF333: hue angle of 122.69º 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 #2AF333 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 51 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.05 |
| HSL | 122.69º | 0.89% | 0.56% | - |
| HSV(B) | 122.69º | 0.83% | 0.95% | - |
| XYZ | 33.6 | 64.83 | 13.87 | - |
| YUV | 161.01 | 65.91 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 51 | 0.83 | 0 | 0.79 | 0.05 | 122.69 | 0.89 | 0.56 |
| Hex | 2A | F3 | 33 | 53 | 0 | 4F | 5 | 7B | 59 | 38 |
| Octal | 52 | 363 | 63 | 123 | 0 | 117 | 5 | 173 | 131 | 70 |
| Binary | 101010 | 11110011 | 110011 | 1010011 | 0 | 1001111 | 101 | 1111011 | 1011001 | 111000 |
Color Harmonies of #2AF333
Complementary color
Monochromatic Colors of #2AF333
Black with #2AF333
Text Example
Text Example
White with #2AF333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF333; }
p { color: rgb(42,243,51); }
H1.HeaderClassName
{
color: #2AF333;
}
.AnyTagClassName
{
color: #2AF333;
}
</style>
background-color css
<style>
a { background-color: #2AF333; }
a { background-color: rgb(42,243,51); }
div.DivClassName
{
background-color: #2AF333;
}
.BgClassName
{
background-color: #2AF333;
}
</style>
border-color css
<style>
span { border-color: #2AF333; }
span { border-color: rgb(42,243,51); }
td.TdClassName
{
border-color: #2AF333;
}
.TagClassName
{
border-color: #2AF333;
}
</style>