Shades of Lime Green #2DF940
Tints of Lime Green #2DF940
RGB
CMYK
RGB Variations
Color information
#2DF940 (or 0x2DF940) is known color: Lime Green. HEX triplet: 2D, F9 and 40. RGB value is (45,249,64). Sum of RGB (Red+Green+Blue) = 45+249+64=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 249 (97.66% from 255 or 69.55% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF940 is #D206BF. Grayscale: #A7A7A7. Windows color (decimal): -13764288 or 4258093. OLE color: 4258093.
HSL color Cylindrical-coordinate representation of color #2DF940: hue angle of 125.59º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF940 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 64 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.02 |
| HSL | 125.59º | 0.94% | 0.58% | - |
| HSV(B) | 125.59º | 0.82% | 0.98% | - |
| XYZ | 35.88 | 68.68 | 16.22 | - |
| YUV | 166.91 | 69.91 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 64 | 0.82 | 0 | 0.74 | 0.02 | 125.59 | 0.94 | 0.58 |
| Hex | 2D | F9 | 40 | 52 | 0 | 4A | 2 | 7E | 5E | 3A |
| Octal | 55 | 371 | 100 | 122 | 0 | 112 | 2 | 176 | 136 | 72 |
| Binary | 101101 | 11111001 | 1000000 | 1010010 | 0 | 1001010 | 10 | 1111110 | 1011110 | 111010 |
Color Harmonies of #2DF940
Complementary color
Monochromatic Colors of #2DF940
Black with #2DF940
Text Example
Text Example
White with #2DF940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF940; }
p { color: rgb(45,249,64); }
H1.HeaderClassName
{
color: #2DF940;
}
.AnyTagClassName
{
color: #2DF940;
}
</style>
background-color css
<style>
a { background-color: #2DF940; }
a { background-color: rgb(45,249,64); }
div.DivClassName
{
background-color: #2DF940;
}
.BgClassName
{
background-color: #2DF940;
}
</style>
border-color css
<style>
span { border-color: #2DF940; }
span { border-color: rgb(45,249,64); }
td.TdClassName
{
border-color: #2DF940;
}
.TagClassName
{
border-color: #2DF940;
}
</style>