Shades of Lime Green #2FD825
Tints of Lime Green #2FD825
RGB
CMYK
RGB Variations
Color information
#2FD825 (or 0x2FD825) is known color: Lime Green. HEX triplet: 2F, D8 and 25. RGB value is (47,216,37). Sum of RGB (Red+Green+Blue) = 47+216+37=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 216 (84.77% from 255 or 72% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD825 is #D027DA. Grayscale: #919191. Windows color (decimal): -13641691 or 2480175. OLE color: 2480175.
HSL color Cylindrical-coordinate representation of color #2FD825: hue angle of 116.65º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FD825 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 216 | 37 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.15 |
| HSL | 116.65º | 0.71% | 0.5% | - |
| HSV(B) | 116.65º | 0.83% | 0.85% | - |
| XYZ | 26.06 | 49.85 | 10 | - |
| YUV | 145.06 | 67.01 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 216 | 37 | 0.78 | 0 | 0.83 | 0.15 | 116.65 | 0.71 | 0.5 |
| Hex | 2F | D8 | 25 | 4E | 0 | 53 | F | 75 | 47 | 32 |
| Octal | 57 | 330 | 45 | 116 | 0 | 123 | 17 | 165 | 107 | 62 |
| Binary | 101111 | 11011000 | 100101 | 1001110 | 0 | 1010011 | 1111 | 1110101 | 1000111 | 110010 |
Color Harmonies of #2FD825
Complementary color
Monochromatic Colors of #2FD825
Black with #2FD825
Text Example
Text Example
White with #2FD825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD825; }
p { color: rgb(47,216,37); }
H1.HeaderClassName
{
color: #2FD825;
}
.AnyTagClassName
{
color: #2FD825;
}
</style>
background-color css
<style>
a { background-color: #2FD825; }
a { background-color: rgb(47,216,37); }
div.DivClassName
{
background-color: #2FD825;
}
.BgClassName
{
background-color: #2FD825;
}
</style>
border-color css
<style>
span { border-color: #2FD825; }
span { border-color: rgb(47,216,37); }
td.TdClassName
{
border-color: #2FD825;
}
.TagClassName
{
border-color: #2FD825;
}
</style>