Shades of Lime Green #2AD61B
Tints of Lime Green #2AD61B
RGB
CMYK
RGB Variations
Color information
#2AD61B (or 0x2AD61B) is known color: Lime Green. HEX triplet: 2A, D6 and 1B. RGB value is (42,214,27). Sum of RGB (Red+Green+Blue) = 42+214+27=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 214 (83.98% from 255 or 75.62% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD61B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD61B is #D529E4. Grayscale: #8D8D8D. Windows color (decimal): -13969893 or 1824298. OLE color: 1824298.
HSL color Cylindrical-coordinate representation of color #2AD61B: hue angle of 115.19º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AD61B is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 27 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.16 |
| HSL | 115.19º | 0.78% | 0.47% | - |
| HSV(B) | 115.19º | 0.87% | 0.84% | - |
| XYZ | 25.2 | 48.66 | 9.1 | - |
| YUV | 141.25 | 63.52 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 27 | 0.80 | 0 | 0.87 | 0.16 | 115.19 | 0.78 | 0.47 |
| Hex | 2A | D6 | 1B | 50 | 0 | 57 | 10 | 73 | 4E | 2F |
| Octal | 52 | 326 | 33 | 120 | 0 | 127 | 20 | 163 | 116 | 57 |
| Binary | 101010 | 11010110 | 11011 | 1010000 | 0 | 1010111 | 10000 | 1110011 | 1001110 | 101111 |
Color Harmonies of #2AD61B
Complementary color
Monochromatic Colors of #2AD61B
Black with #2AD61B
Text Example
Text Example
White with #2AD61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD61B; }
p { color: rgb(42,214,27); }
H1.HeaderClassName
{
color: #2AD61B;
}
.AnyTagClassName
{
color: #2AD61B;
}
</style>
background-color css
<style>
a { background-color: #2AD61B; }
a { background-color: rgb(42,214,27); }
div.DivClassName
{
background-color: #2AD61B;
}
.BgClassName
{
background-color: #2AD61B;
}
</style>
border-color css
<style>
span { border-color: #2AD61B; }
span { border-color: rgb(42,214,27); }
td.TdClassName
{
border-color: #2AD61B;
}
.TagClassName
{
border-color: #2AD61B;
}
</style>