Shades of Lime Green #2AF227
Tints of Lime Green #2AF227
RGB
CMYK
RGB Variations
Color information
#2AF227 (or 0x2AF227) is known color: Lime Green. HEX triplet: 2A, F2 and 27. RGB value is (42,242,39). Sum of RGB (Red+Green+Blue) = 42+242+39=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 242 (94.92% from 255 or 74.92% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF227 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF227 is #D50DD8. Grayscale: #9F9F9F. Windows color (decimal): -13962713 or 2617898. OLE color: 2617898.
HSL color Cylindrical-coordinate representation of color #2AF227: hue angle of 119.11º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AF227 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 242 | 39 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.05 |
| HSL | 119.11º | 0.89% | 0.55% | - |
| HSV(B) | 119.11º | 0.84% | 0.95% | - |
| XYZ | 33.07 | 64.14 | 12.56 | - |
| YUV | 159.06 | 60.24 | 44.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 242 | 39 | 0.83 | 0 | 0.84 | 0.05 | 119.11 | 0.89 | 0.55 |
| Hex | 2A | F2 | 27 | 53 | 0 | 54 | 5 | 77 | 59 | 37 |
| Octal | 52 | 362 | 47 | 123 | 0 | 124 | 5 | 167 | 131 | 67 |
| Binary | 101010 | 11110010 | 100111 | 1010011 | 0 | 1010100 | 101 | 1110111 | 1011001 | 110111 |
Color Harmonies of #2AF227
Complementary color
Monochromatic Colors of #2AF227
Black with #2AF227
Text Example
Text Example
White with #2AF227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF227; }
p { color: rgb(42,242,39); }
H1.HeaderClassName
{
color: #2AF227;
}
.AnyTagClassName
{
color: #2AF227;
}
</style>
background-color css
<style>
a { background-color: #2AF227; }
a { background-color: rgb(42,242,39); }
div.DivClassName
{
background-color: #2AF227;
}
.BgClassName
{
background-color: #2AF227;
}
</style>
border-color css
<style>
span { border-color: #2AF227; }
span { border-color: rgb(42,242,39); }
td.TdClassName
{
border-color: #2AF227;
}
.TagClassName
{
border-color: #2AF227;
}
</style>