Shades of Lime Green #2ADF45
Tints of Lime Green #2ADF45
RGB
CMYK
RGB Variations
Color information
#2ADF45 (or 0x2ADF45) is known color: Lime Green. HEX triplet: 2A, DF and 45. RGB value is (42,223,69). Sum of RGB (Red+Green+Blue) = 42+223+69=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 223 (87.5% from 255 or 66.77% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADF45 is #D520BA. Grayscale: #979797. Windows color (decimal): -13967547 or 4579114. OLE color: 4579114.
HSL color Cylindrical-coordinate representation of color #2ADF45: hue angle of 128.95º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADF45 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 69 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.13 |
| HSL | 128.95º | 0.74% | 0.52% | - |
| HSV(B) | 128.95º | 0.81% | 0.87% | - |
| XYZ | 28.42 | 53.7 | 14.5 | - |
| YUV | 151.33 | 81.53 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 69 | 0.81 | 0 | 0.69 | 0.13 | 128.95 | 0.74 | 0.52 |
| Hex | 2A | DF | 45 | 51 | 0 | 45 | D | 81 | 4A | 34 |
| Octal | 52 | 337 | 105 | 121 | 0 | 105 | 15 | 201 | 112 | 64 |
| Binary | 101010 | 11011111 | 1000101 | 1010001 | 0 | 1000101 | 1101 | 10000001 | 1001010 | 110100 |
Color Harmonies of #2ADF45
Complementary color
Monochromatic Colors of #2ADF45
Black with #2ADF45
Text Example
Text Example
White with #2ADF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADF45; }
p { color: rgb(42,223,69); }
H1.HeaderClassName
{
color: #2ADF45;
}
.AnyTagClassName
{
color: #2ADF45;
}
</style>
background-color css
<style>
a { background-color: #2ADF45; }
a { background-color: rgb(42,223,69); }
div.DivClassName
{
background-color: #2ADF45;
}
.BgClassName
{
background-color: #2ADF45;
}
</style>
border-color css
<style>
span { border-color: #2ADF45; }
span { border-color: rgb(42,223,69); }
td.TdClassName
{
border-color: #2ADF45;
}
.TagClassName
{
border-color: #2ADF45;
}
</style>