Shades of Lime Green #2AD237
Tints of Lime Green #2AD237
RGB
CMYK
RGB Variations
Color information
#2AD237 (or 0x2AD237) is known color: Lime Green. HEX triplet: 2A, D2 and 37. RGB value is (42,210,55). Sum of RGB (Red+Green+Blue) = 42+210+55=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 210 (82.42% from 255 or 68.40% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD237 is #D52DC8. Grayscale: #8E8E8E. Windows color (decimal): -13970889 or 3658282. OLE color: 3658282.
HSL color Cylindrical-coordinate representation of color #2AD237: hue angle of 124.64º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD237 is Cyan = 0.8, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 55 | - |
| CMYK | 0.8 | 0 | 0.74 | 0.18 |
| HSL | 124.64º | 0.67% | 0.49% | - |
| HSV(B) | 124.64º | 0.8% | 0.82% | - |
| XYZ | 24.69 | 46.86 | 11.36 | - |
| YUV | 142.1 | 78.84 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 55 | 0.8 | 0 | 0.74 | 0.18 | 124.64 | 0.67 | 0.49 |
| Hex | 2A | D2 | 37 | 50 | 0 | 4A | 12 | 7D | 43 | 31 |
| Octal | 52 | 322 | 67 | 120 | 0 | 112 | 22 | 175 | 103 | 61 |
| Binary | 101010 | 11010010 | 110111 | 1010000 | 0 | 1001010 | 10010 | 1111101 | 1000011 | 110001 |
Color Harmonies of #2AD237
Complementary color
Monochromatic Colors of #2AD237
Black with #2AD237
Text Example
Text Example
White with #2AD237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD237; }
p { color: rgb(42,210,55); }
H1.HeaderClassName
{
color: #2AD237;
}
.AnyTagClassName
{
color: #2AD237;
}
</style>
background-color css
<style>
a { background-color: #2AD237; }
a { background-color: rgb(42,210,55); }
div.DivClassName
{
background-color: #2AD237;
}
.BgClassName
{
background-color: #2AD237;
}
</style>
border-color css
<style>
span { border-color: #2AD237; }
span { border-color: rgb(42,210,55); }
td.TdClassName
{
border-color: #2AD237;
}
.TagClassName
{
border-color: #2AD237;
}
</style>