Shades of Lime Green #2AD30F
Tints of Lime Green #2AD30F
RGB
CMYK
RGB Variations
Color information
#2AD30F (or 0x2AD30F) is known color: Lime Green. HEX triplet: 2A, D3 and 0F. RGB value is (42,211,15). Sum of RGB (Red+Green+Blue) = 42+211+15=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 211 (82.81% from 255 or 78.73% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 211 - color contains mainly: green. Hex color #2AD30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD30F is #D52CF0. Grayscale: #8A8A8A. Windows color (decimal): -13970673 or 1037098. OLE color: 1037098.
HSL color Cylindrical-coordinate representation of color #2AD30F: hue angle of 111.73º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AD30F is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 42 | 211 | 15 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.17 |
| HSL | 111.73º | 0.87% | 0.44% | - |
| HSV(B) | 111.73º | 0.93% | 0.83% | - |
| XYZ | 24.34 | 47.12 | 8.26 | - |
| YUV | 138.13 | 58.51 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 211 | 15 | 0.80 | 0 | 0.93 | 0.17 | 111.73 | 0.87 | 0.44 |
| Hex | 2A | D3 | F | 50 | 0 | 5D | 11 | 70 | 57 | 2C |
| Octal | 52 | 323 | 17 | 120 | 0 | 135 | 21 | 160 | 127 | 54 |
| Binary | 101010 | 11010011 | 1111 | 1010000 | 0 | 1011101 | 10001 | 1110000 | 1010111 | 101100 |
Color Harmonies of #2AD30F
Complementary color
Monochromatic Colors of #2AD30F
Black with #2AD30F
Text Example
Text Example
White with #2AD30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD30F; }
p { color: rgb(42,211,15); }
H1.HeaderClassName
{
color: #2AD30F;
}
.AnyTagClassName
{
color: #2AD30F;
}
</style>
background-color css
<style>
a { background-color: #2AD30F; }
a { background-color: rgb(42,211,15); }
div.DivClassName
{
background-color: #2AD30F;
}
.BgClassName
{
background-color: #2AD30F;
}
</style>
border-color css
<style>
span { border-color: #2AD30F; }
span { border-color: rgb(42,211,15); }
td.TdClassName
{
border-color: #2AD30F;
}
.TagClassName
{
border-color: #2AD30F;
}
</style>