Shades of Lime Green #2AD625
Tints of Lime Green #2AD625
RGB
CMYK
RGB Variations
Color information
#2AD625 (or 0x2AD625) is known color: Lime Green. HEX triplet: 2A, D6 and 25. RGB value is (42,214,37). Sum of RGB (Red+Green+Blue) = 42+214+37=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 214 (83.98% from 255 or 73.04% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD625 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD625 is #D529DA. Grayscale: #8E8E8E. Windows color (decimal): -13969883 or 2479658. OLE color: 2479658.
HSL color Cylindrical-coordinate representation of color #2AD625: hue angle of 118.31º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AD625 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 37 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.16 |
| HSL | 118.31º | 0.71% | 0.49% | - |
| HSV(B) | 118.31º | 0.83% | 0.84% | - |
| XYZ | 25.34 | 48.72 | 9.82 | - |
| YUV | 142.39 | 68.52 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 37 | 0.80 | 0 | 0.83 | 0.16 | 118.31 | 0.71 | 0.49 |
| Hex | 2A | D6 | 25 | 50 | 0 | 53 | 10 | 76 | 47 | 31 |
| Octal | 52 | 326 | 45 | 120 | 0 | 123 | 20 | 166 | 107 | 61 |
| Binary | 101010 | 11010110 | 100101 | 1010000 | 0 | 1010011 | 10000 | 1110110 | 1000111 | 110001 |
Color Harmonies of #2AD625
Complementary color
Monochromatic Colors of #2AD625
Black with #2AD625
Text Example
Text Example
White with #2AD625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD625; }
p { color: rgb(42,214,37); }
H1.HeaderClassName
{
color: #2AD625;
}
.AnyTagClassName
{
color: #2AD625;
}
</style>
background-color css
<style>
a { background-color: #2AD625; }
a { background-color: rgb(42,214,37); }
div.DivClassName
{
background-color: #2AD625;
}
.BgClassName
{
background-color: #2AD625;
}
</style>
border-color css
<style>
span { border-color: #2AD625; }
span { border-color: rgb(42,214,37); }
td.TdClassName
{
border-color: #2AD625;
}
.TagClassName
{
border-color: #2AD625;
}
</style>