Shades of Lime Green #2DF840
Tints of Lime Green #2DF840
RGB
CMYK
RGB Variations
Color information
#2DF840 (or 0x2DF840) is known color: Lime Green. HEX triplet: 2D, F8 and 40. RGB value is (45,248,64). Sum of RGB (Red+Green+Blue) = 45+248+64=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 248 (97.27% from 255 or 69.47% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF840 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF840 is #D207BF. Grayscale: #A6A6A6. Windows color (decimal): -13764544 or 4257837. OLE color: 4257837.
HSL color Cylindrical-coordinate representation of color #2DF840: hue angle of 125.62º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF840 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 64 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.03 |
| HSL | 125.62º | 0.94% | 0.57% | - |
| HSV(B) | 125.62º | 0.82% | 0.97% | - |
| XYZ | 35.58 | 68.06 | 16.11 | - |
| YUV | 166.33 | 70.25 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 64 | 0.82 | 0 | 0.74 | 0.03 | 125.62 | 0.94 | 0.57 |
| Hex | 2D | F8 | 40 | 52 | 0 | 4A | 3 | 7E | 5E | 39 |
| Octal | 55 | 370 | 100 | 122 | 0 | 112 | 3 | 176 | 136 | 71 |
| Binary | 101101 | 11111000 | 1000000 | 1010010 | 0 | 1001010 | 11 | 1111110 | 1011110 | 111001 |
Color Harmonies of #2DF840
Complementary color
Monochromatic Colors of #2DF840
Black with #2DF840
Text Example
Text Example
White with #2DF840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF840; }
p { color: rgb(45,248,64); }
H1.HeaderClassName
{
color: #2DF840;
}
.AnyTagClassName
{
color: #2DF840;
}
</style>
background-color css
<style>
a { background-color: #2DF840; }
a { background-color: rgb(45,248,64); }
div.DivClassName
{
background-color: #2DF840;
}
.BgClassName
{
background-color: #2DF840;
}
</style>
border-color css
<style>
span { border-color: #2DF840; }
span { border-color: rgb(45,248,64); }
td.TdClassName
{
border-color: #2DF840;
}
.TagClassName
{
border-color: #2DF840;
}
</style>