Shades of Lime Green #2AF72D
Tints of Lime Green #2AF72D
RGB
CMYK
RGB Variations
Color information
#2AF72D (or 0x2AF72D) is known color: Lime Green. HEX triplet: 2A, F7 and 2D. RGB value is (42,247,45). Sum of RGB (Red+Green+Blue) = 42+247+45=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 247 (96.88% from 255 or 73.95% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF72D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF72D is #D508D2. Grayscale: #A3A3A3. Windows color (decimal): -13961427 or 3012394. OLE color: 3012394.
HSL color Cylindrical-coordinate representation of color #2AF72D: hue angle of 120.88º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF72D is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 247 | 45 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.03 |
| HSL | 120.88º | 0.93% | 0.57% | - |
| HSV(B) | 120.88º | 0.83% | 0.97% | - |
| XYZ | 34.69 | 67.2 | 13.63 | - |
| YUV | 162.68 | 61.58 | 41.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 247 | 45 | 0.83 | 0 | 0.82 | 0.03 | 120.88 | 0.93 | 0.57 |
| Hex | 2A | F7 | 2D | 53 | 0 | 52 | 3 | 79 | 5D | 39 |
| Octal | 52 | 367 | 55 | 123 | 0 | 122 | 3 | 171 | 135 | 71 |
| Binary | 101010 | 11110111 | 101101 | 1010011 | 0 | 1010010 | 11 | 1111001 | 1011101 | 111001 |
Color Harmonies of #2AF72D
Complementary color
Monochromatic Colors of #2AF72D
Black with #2AF72D
Text Example
Text Example
White with #2AF72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF72D; }
p { color: rgb(42,247,45); }
H1.HeaderClassName
{
color: #2AF72D;
}
.AnyTagClassName
{
color: #2AF72D;
}
</style>
background-color css
<style>
a { background-color: #2AF72D; }
a { background-color: rgb(42,247,45); }
div.DivClassName
{
background-color: #2AF72D;
}
.BgClassName
{
background-color: #2AF72D;
}
</style>
border-color css
<style>
span { border-color: #2AF72D; }
span { border-color: rgb(42,247,45); }
td.TdClassName
{
border-color: #2AF72D;
}
.TagClassName
{
border-color: #2AF72D;
}
</style>