Shades of Lime Green #2ADF29
Tints of Lime Green #2ADF29
RGB
CMYK
RGB Variations
Color information
#2ADF29 (or 0x2ADF29) is known color: Lime Green. HEX triplet: 2A, DF and 29. RGB value is (42,223,41). Sum of RGB (Red+Green+Blue) = 42+223+41=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 223 (87.5% from 255 or 72.88% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADF29 is #D520D6. Grayscale: #949494. Windows color (decimal): -13967575 or 2744106. OLE color: 2744106.
HSL color Cylindrical-coordinate representation of color #2ADF29: hue angle of 119.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADF29 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 41 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.13 |
| HSL | 119.67º | 0.74% | 0.52% | - |
| HSV(B) | 119.67º | 0.82% | 0.87% | - |
| XYZ | 27.74 | 53.43 | 10.95 | - |
| YUV | 148.13 | 67.53 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 41 | 0.81 | 0 | 0.82 | 0.13 | 119.67 | 0.74 | 0.52 |
| Hex | 2A | DF | 29 | 51 | 0 | 52 | D | 78 | 4A | 34 |
| Octal | 52 | 337 | 51 | 121 | 0 | 122 | 15 | 170 | 112 | 64 |
| Binary | 101010 | 11011111 | 101001 | 1010001 | 0 | 1010010 | 1101 | 1111000 | 1001010 | 110100 |
Color Harmonies of #2ADF29
Complementary color
Monochromatic Colors of #2ADF29
Black with #2ADF29
Text Example
Text Example
White with #2ADF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADF29; }
p { color: rgb(42,223,41); }
H1.HeaderClassName
{
color: #2ADF29;
}
.AnyTagClassName
{
color: #2ADF29;
}
</style>
background-color css
<style>
a { background-color: #2ADF29; }
a { background-color: rgb(42,223,41); }
div.DivClassName
{
background-color: #2ADF29;
}
.BgClassName
{
background-color: #2ADF29;
}
</style>
border-color css
<style>
span { border-color: #2ADF29; }
span { border-color: rgb(42,223,41); }
td.TdClassName
{
border-color: #2ADF29;
}
.TagClassName
{
border-color: #2ADF29;
}
</style>