Shades of Lime Green #2AF32F
Tints of Lime Green #2AF32F
RGB
CMYK
RGB Variations
Color information
#2AF32F (or 0x2AF32F) is known color: Lime Green. HEX triplet: 2A, F3 and 2F. RGB value is (42,243,47). Sum of RGB (Red+Green+Blue) = 42+243+47=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 243 (95.31% from 255 or 73.19% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF32F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF32F is #D50CD0. Grayscale: #A1A1A1. Windows color (decimal): -13962449 or 3142442. OLE color: 3142442.
HSL color Cylindrical-coordinate representation of color #2AF32F: hue angle of 121.49º 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 #2AF32F is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 47 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.05 |
| HSL | 121.49º | 0.89% | 0.56% | - |
| HSV(B) | 121.49º | 0.83% | 0.95% | - |
| XYZ | 33.52 | 64.8 | 13.43 | - |
| YUV | 160.56 | 63.91 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 47 | 0.83 | 0 | 0.81 | 0.05 | 121.49 | 0.89 | 0.56 |
| Hex | 2A | F3 | 2F | 53 | 0 | 51 | 5 | 79 | 59 | 38 |
| Octal | 52 | 363 | 57 | 123 | 0 | 121 | 5 | 171 | 131 | 70 |
| Binary | 101010 | 11110011 | 101111 | 1010011 | 0 | 1010001 | 101 | 1111001 | 1011001 | 111000 |
Color Harmonies of #2AF32F
Complementary color
Monochromatic Colors of #2AF32F
Black with #2AF32F
Text Example
Text Example
White with #2AF32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF32F; }
p { color: rgb(42,243,47); }
H1.HeaderClassName
{
color: #2AF32F;
}
.AnyTagClassName
{
color: #2AF32F;
}
</style>
background-color css
<style>
a { background-color: #2AF32F; }
a { background-color: rgb(42,243,47); }
div.DivClassName
{
background-color: #2AF32F;
}
.BgClassName
{
background-color: #2AF32F;
}
</style>
border-color css
<style>
span { border-color: #2AF32F; }
span { border-color: rgb(42,243,47); }
td.TdClassName
{
border-color: #2AF32F;
}
.TagClassName
{
border-color: #2AF32F;
}
</style>