Shades of Lime Green #2AD61F
Tints of Lime Green #2AD61F
RGB
CMYK
RGB Variations
Color information
#2AD61F (or 0x2AD61F) is known color: Lime Green. HEX triplet: 2A, D6 and 1F. RGB value is (42,214,31). Sum of RGB (Red+Green+Blue) = 42+214+31=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 214 (83.98% from 255 or 74.56% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD61F is #D529E0. Grayscale: #8E8E8E. Windows color (decimal): -13969889 or 2086442. OLE color: 2086442.
HSL color Cylindrical-coordinate representation of color #2AD61F: hue angle of 116.39º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AD61F is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 31 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.16 |
| HSL | 116.39º | 0.75% | 0.48% | - |
| HSV(B) | 116.39º | 0.86% | 0.84% | - |
| XYZ | 25.25 | 48.68 | 9.36 | - |
| YUV | 141.71 | 65.52 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 31 | 0.80 | 0 | 0.86 | 0.16 | 116.39 | 0.75 | 0.48 |
| Hex | 2A | D6 | 1F | 50 | 0 | 56 | 10 | 74 | 4B | 30 |
| Octal | 52 | 326 | 37 | 120 | 0 | 126 | 20 | 164 | 113 | 60 |
| Binary | 101010 | 11010110 | 11111 | 1010000 | 0 | 1010110 | 10000 | 1110100 | 1001011 | 110000 |
Color Harmonies of #2AD61F
Complementary color
Monochromatic Colors of #2AD61F
Black with #2AD61F
Text Example
Text Example
White with #2AD61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD61F; }
p { color: rgb(42,214,31); }
H1.HeaderClassName
{
color: #2AD61F;
}
.AnyTagClassName
{
color: #2AD61F;
}
</style>
background-color css
<style>
a { background-color: #2AD61F; }
a { background-color: rgb(42,214,31); }
div.DivClassName
{
background-color: #2AD61F;
}
.BgClassName
{
background-color: #2AD61F;
}
</style>
border-color css
<style>
span { border-color: #2AD61F; }
span { border-color: rgb(42,214,31); }
td.TdClassName
{
border-color: #2AD61F;
}
.TagClassName
{
border-color: #2AD61F;
}
</style>