Shades of Lime Green #2ADA45
Tints of Lime Green #2ADA45
RGB
CMYK
RGB Variations
Color information
#2ADA45 (or 0x2ADA45) is known color: Lime Green. HEX triplet: 2A, DA and 45. RGB value is (42,218,69). Sum of RGB (Red+Green+Blue) = 42+218+69=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 218 (85.55% from 255 or 66.26% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA45 is #D525BA. Grayscale: #949494. Windows color (decimal): -13968827 or 4577834. OLE color: 4577834.
HSL color Cylindrical-coordinate representation of color #2ADA45: hue angle of 129.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADA45 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 69 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.15 |
| HSL | 129.2º | 0.7% | 0.51% | - |
| HSV(B) | 129.2º | 0.81% | 0.85% | - |
| XYZ | 27.1 | 51.06 | 14.06 | - |
| YUV | 148.39 | 83.19 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 69 | 0.81 | 0 | 0.68 | 0.15 | 129.2 | 0.7 | 0.51 |
| Hex | 2A | DA | 45 | 51 | 0 | 44 | F | 81 | 46 | 33 |
| Octal | 52 | 332 | 105 | 121 | 0 | 104 | 17 | 201 | 106 | 63 |
| Binary | 101010 | 11011010 | 1000101 | 1010001 | 0 | 1000100 | 1111 | 10000001 | 1000110 | 110011 |
Color Harmonies of #2ADA45
Complementary color
Monochromatic Colors of #2ADA45
Black with #2ADA45
Text Example
Text Example
White with #2ADA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA45; }
p { color: rgb(42,218,69); }
H1.HeaderClassName
{
color: #2ADA45;
}
.AnyTagClassName
{
color: #2ADA45;
}
</style>
background-color css
<style>
a { background-color: #2ADA45; }
a { background-color: rgb(42,218,69); }
div.DivClassName
{
background-color: #2ADA45;
}
.BgClassName
{
background-color: #2ADA45;
}
</style>
border-color css
<style>
span { border-color: #2ADA45; }
span { border-color: rgb(42,218,69); }
td.TdClassName
{
border-color: #2ADA45;
}
.TagClassName
{
border-color: #2ADA45;
}
</style>