Shades of Lime Green #2ADF41
Tints of Lime Green #2ADF41
RGB
CMYK
RGB Variations
Color information
#2ADF41 (or 0x2ADF41) is known color: Lime Green. HEX triplet: 2A, DF and 41. RGB value is (42,223,65). Sum of RGB (Red+Green+Blue) = 42+223+65=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 223 (87.5% from 255 or 67.58% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADF41 is #D520BE. Grayscale: #979797. Windows color (decimal): -13967551 or 4316970. OLE color: 4316970.
HSL color Cylindrical-coordinate representation of color #2ADF41: hue angle of 127.62º 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 #2ADF41 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 65 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.13 |
| HSL | 127.62º | 0.74% | 0.52% | - |
| HSV(B) | 127.62º | 0.81% | 0.87% | - |
| XYZ | 28.3 | 53.65 | 13.86 | - |
| YUV | 150.87 | 79.53 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 65 | 0.81 | 0 | 0.71 | 0.13 | 127.62 | 0.74 | 0.52 |
| Hex | 2A | DF | 41 | 51 | 0 | 47 | D | 80 | 4A | 34 |
| Octal | 52 | 337 | 101 | 121 | 0 | 107 | 15 | 200 | 112 | 64 |
| Binary | 101010 | 11011111 | 1000001 | 1010001 | 0 | 1000111 | 1101 | 10000000 | 1001010 | 110100 |
Color Harmonies of #2ADF41
Complementary color
Monochromatic Colors of #2ADF41
Black with #2ADF41
Text Example
Text Example
White with #2ADF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADF41; }
p { color: rgb(42,223,65); }
H1.HeaderClassName
{
color: #2ADF41;
}
.AnyTagClassName
{
color: #2ADF41;
}
</style>
background-color css
<style>
a { background-color: #2ADF41; }
a { background-color: rgb(42,223,65); }
div.DivClassName
{
background-color: #2ADF41;
}
.BgClassName
{
background-color: #2ADF41;
}
</style>
border-color css
<style>
span { border-color: #2ADF41; }
span { border-color: rgb(42,223,65); }
td.TdClassName
{
border-color: #2ADF41;
}
.TagClassName
{
border-color: #2ADF41;
}
</style>