Shades of Lime Green #2AD61C
Tints of Lime Green #2AD61C
RGB
CMYK
RGB Variations
Color information
#2AD61C (or 0x2AD61C) is known color: Lime Green. HEX triplet: 2A, D6 and 1C. RGB value is (42,214,28). Sum of RGB (Red+Green+Blue) = 42+214+28=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 214 (83.98% from 255 or 75.35% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD61C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD61C is #D529E3. Grayscale: #8D8D8D. Windows color (decimal): -13969892 or 1889834. OLE color: 1889834.
HSL color Cylindrical-coordinate representation of color #2AD61C: hue angle of 115.48º degrees, saturation: 0.77, 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 #2AD61C is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 28 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.16 |
| HSL | 115.48º | 0.77% | 0.47% | - |
| HSV(B) | 115.48º | 0.87% | 0.84% | - |
| XYZ | 25.21 | 48.67 | 9.16 | - |
| YUV | 141.37 | 64.02 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 28 | 0.80 | 0 | 0.87 | 0.16 | 115.48 | 0.77 | 0.47 |
| Hex | 2A | D6 | 1C | 50 | 0 | 57 | 10 | 73 | 4D | 2F |
| Octal | 52 | 326 | 34 | 120 | 0 | 127 | 20 | 163 | 115 | 57 |
| Binary | 101010 | 11010110 | 11100 | 1010000 | 0 | 1010111 | 10000 | 1110011 | 1001101 | 101111 |
Color Harmonies of #2AD61C
Complementary color
Monochromatic Colors of #2AD61C
Black with #2AD61C
Text Example
Text Example
White with #2AD61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD61C; }
p { color: rgb(42,214,28); }
H1.HeaderClassName
{
color: #2AD61C;
}
.AnyTagClassName
{
color: #2AD61C;
}
</style>
background-color css
<style>
a { background-color: #2AD61C; }
a { background-color: rgb(42,214,28); }
div.DivClassName
{
background-color: #2AD61C;
}
.BgClassName
{
background-color: #2AD61C;
}
</style>
border-color css
<style>
span { border-color: #2AD61C; }
span { border-color: rgb(42,214,28); }
td.TdClassName
{
border-color: #2AD61C;
}
.TagClassName
{
border-color: #2AD61C;
}
</style>