Shades of Lime Green #2DF140
Tints of Lime Green #2DF140
RGB
CMYK
RGB Variations
Color information
#2DF140 (or 0x2DF140) is known color: Lime Green. HEX triplet: 2D, F1 and 40. RGB value is (45,241,64). Sum of RGB (Red+Green+Blue) = 45+241+64=350 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.86% from 350); Green value is 241 (94.53% from 255 or 68.86% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF140 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF140 is #D20EBF. Grayscale: #A2A2A2. Windows color (decimal): -13766336 or 4256045. OLE color: 4256045.
HSL color Cylindrical-coordinate representation of color #2DF140: hue angle of 125.82º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF140 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 64 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.05 |
| HSL | 125.82º | 0.88% | 0.56% | - |
| HSV(B) | 125.82º | 0.81% | 0.95% | - |
| XYZ | 33.46 | 63.84 | 15.41 | - |
| YUV | 162.22 | 72.57 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 64 | 0.81 | 0 | 0.73 | 0.05 | 125.82 | 0.88 | 0.56 |
| Hex | 2D | F1 | 40 | 51 | 0 | 49 | 5 | 7E | 58 | 38 |
| Octal | 55 | 361 | 100 | 121 | 0 | 111 | 5 | 176 | 130 | 70 |
| Binary | 101101 | 11110001 | 1000000 | 1010001 | 0 | 1001001 | 101 | 1111110 | 1011000 | 111000 |
Color Harmonies of #2DF140
Complementary color
Monochromatic Colors of #2DF140
Black with #2DF140
Text Example
Text Example
White with #2DF140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF140; }
p { color: rgb(45,241,64); }
H1.HeaderClassName
{
color: #2DF140;
}
.AnyTagClassName
{
color: #2DF140;
}
</style>
background-color css
<style>
a { background-color: #2DF140; }
a { background-color: rgb(45,241,64); }
div.DivClassName
{
background-color: #2DF140;
}
.BgClassName
{
background-color: #2DF140;
}
</style>
border-color css
<style>
span { border-color: #2DF140; }
span { border-color: rgb(45,241,64); }
td.TdClassName
{
border-color: #2DF140;
}
.TagClassName
{
border-color: #2DF140;
}
</style>