Shades of Lime Green #2AF936
Tints of Lime Green #2AF936
RGB
CMYK
RGB Variations
Color information
#2AF936 (or 0x2AF936) is known color: Lime Green. HEX triplet: 2A, F9 and 36. RGB value is (42,249,54). Sum of RGB (Red+Green+Blue) = 42+249+54=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF936 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF936 is #D506C9. Grayscale: #A5A5A5. Windows color (decimal): -13960906 or 3602730. OLE color: 3602730.
HSL color Cylindrical-coordinate representation of color #2AF936: hue angle of 123.48º 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 #2AF936 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 54 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.02 |
| HSL | 123.48º | 0.95% | 0.57% | - |
| HSV(B) | 123.48º | 0.83% | 0.98% | - |
| XYZ | 35.5 | 68.51 | 14.84 | - |
| YUV | 164.88 | 65.42 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 54 | 0.83 | 0 | 0.78 | 0.02 | 123.48 | 0.95 | 0.57 |
| Hex | 2A | F9 | 36 | 53 | 0 | 4E | 2 | 7B | 5F | 39 |
| Octal | 52 | 371 | 66 | 123 | 0 | 116 | 2 | 173 | 137 | 71 |
| Binary | 101010 | 11111001 | 110110 | 1010011 | 0 | 1001110 | 10 | 1111011 | 1011111 | 111001 |
Color Harmonies of #2AF936
Complementary color
Monochromatic Colors of #2AF936
Black with #2AF936
Text Example
Text Example
White with #2AF936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF936; }
p { color: rgb(42,249,54); }
H1.HeaderClassName
{
color: #2AF936;
}
.AnyTagClassName
{
color: #2AF936;
}
</style>
background-color css
<style>
a { background-color: #2AF936; }
a { background-color: rgb(42,249,54); }
div.DivClassName
{
background-color: #2AF936;
}
.BgClassName
{
background-color: #2AF936;
}
</style>
border-color css
<style>
span { border-color: #2AF936; }
span { border-color: rgb(42,249,54); }
td.TdClassName
{
border-color: #2AF936;
}
.TagClassName
{
border-color: #2AF936;
}
</style>