Shades of Lime Green #2AF935
Tints of Lime Green #2AF935
RGB
CMYK
RGB Variations
Color information
#2AF935 (or 0x2AF935) is known color: Lime Green. HEX triplet: 2A, F9 and 35. RGB value is (42,249,53). Sum of RGB (Red+Green+Blue) = 42+249+53=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 249 (97.66% from 255 or 72.38% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF935 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF935 is #D506CA. Grayscale: #A5A5A5. Windows color (decimal): -13960907 or 3537194. OLE color: 3537194.
HSL color Cylindrical-coordinate representation of color #2AF935: hue angle of 123.19º 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 #2AF935 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 53 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.02 |
| HSL | 123.19º | 0.95% | 0.57% | - |
| HSV(B) | 123.19º | 0.83% | 0.98% | - |
| XYZ | 35.47 | 68.5 | 14.72 | - |
| YUV | 164.76 | 64.92 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 53 | 0.83 | 0 | 0.79 | 0.02 | 123.19 | 0.95 | 0.57 |
| Hex | 2A | F9 | 35 | 53 | 0 | 4F | 2 | 7B | 5F | 39 |
| Octal | 52 | 371 | 65 | 123 | 0 | 117 | 2 | 173 | 137 | 71 |
| Binary | 101010 | 11111001 | 110101 | 1010011 | 0 | 1001111 | 10 | 1111011 | 1011111 | 111001 |
Color Harmonies of #2AF935
Complementary color
Monochromatic Colors of #2AF935
Black with #2AF935
Text Example
Text Example
White with #2AF935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF935; }
p { color: rgb(42,249,53); }
H1.HeaderClassName
{
color: #2AF935;
}
.AnyTagClassName
{
color: #2AF935;
}
</style>
background-color css
<style>
a { background-color: #2AF935; }
a { background-color: rgb(42,249,53); }
div.DivClassName
{
background-color: #2AF935;
}
.BgClassName
{
background-color: #2AF935;
}
</style>
border-color css
<style>
span { border-color: #2AF935; }
span { border-color: rgb(42,249,53); }
td.TdClassName
{
border-color: #2AF935;
}
.TagClassName
{
border-color: #2AF935;
}
</style>