Shades of Lime Green #2AD50B
Tints of Lime Green #2AD50B
RGB
CMYK
RGB Variations
Color information
#2AD50B (or 0x2AD50B) is known color: Lime Green. HEX triplet: 2A, D5 and 0B. RGB value is (42,213,11). Sum of RGB (Red+Green+Blue) = 42+213+11=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 213 (83.59% from 255 or 80.08% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD50B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD50B is #D52AF4. Grayscale: #8B8B8B. Windows color (decimal): -13970165 or 775466. OLE color: 775466.
HSL color Cylindrical-coordinate representation of color #2AD50B: hue angle of 110.79º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AD50B is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 11 | - |
| CMYK | 0.80 | 0 | 0.95 | 0.16 |
| HSL | 110.79º | 0.9% | 0.44% | - |
| HSV(B) | 110.79º | 0.95% | 0.84% | - |
| XYZ | 24.81 | 48.1 | 8.29 | - |
| YUV | 138.84 | 55.85 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 11 | 0.80 | 0 | 0.95 | 0.16 | 110.79 | 0.9 | 0.44 |
| Hex | 2A | D5 | B | 50 | 0 | 5F | 10 | 6F | 5A | 2C |
| Octal | 52 | 325 | 13 | 120 | 0 | 137 | 20 | 157 | 132 | 54 |
| Binary | 101010 | 11010101 | 1011 | 1010000 | 0 | 1011111 | 10000 | 1101111 | 1011010 | 101100 |
Color Harmonies of #2AD50B
Complementary color
Monochromatic Colors of #2AD50B
Black with #2AD50B
Text Example
Text Example
White with #2AD50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD50B; }
p { color: rgb(42,213,11); }
H1.HeaderClassName
{
color: #2AD50B;
}
.AnyTagClassName
{
color: #2AD50B;
}
</style>
background-color css
<style>
a { background-color: #2AD50B; }
a { background-color: rgb(42,213,11); }
div.DivClassName
{
background-color: #2AD50B;
}
.BgClassName
{
background-color: #2AD50B;
}
</style>
border-color css
<style>
span { border-color: #2AD50B; }
span { border-color: rgb(42,213,11); }
td.TdClassName
{
border-color: #2AD50B;
}
.TagClassName
{
border-color: #2AD50B;
}
</style>