Shades of Lime Green #3FD525
Tints of Lime Green #3FD525
RGB
CMYK
RGB Variations
Color information
#3FD525 (or 0x3FD525) is known color: Lime Green. HEX triplet: 3F, D5 and 25. RGB value is (63,213,37). Sum of RGB (Red+Green+Blue) = 63+213+37=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 213 (83.59% from 255 or 68.05% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD525 is #C02ADA. Grayscale: #949494. Windows color (decimal): -12593883 or 2479423. OLE color: 2479423.
HSL color Cylindrical-coordinate representation of color #3FD525: hue angle of 111.14º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FD525 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 213 | 37 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.16 |
| HSL | 111.14º | 0.7% | 0.49% | - |
| HSV(B) | 111.14º | 0.83% | 0.84% | - |
| XYZ | 26.18 | 48.78 | 9.79 | - |
| YUV | 148.09 | 65.31 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 37 | 0.70 | 0 | 0.83 | 0.16 | 111.14 | 0.7 | 0.49 |
| Hex | 3F | D5 | 25 | 46 | 0 | 53 | 10 | 6F | 46 | 31 |
| Octal | 77 | 325 | 45 | 106 | 0 | 123 | 20 | 157 | 106 | 61 |
| Binary | 111111 | 11010101 | 100101 | 1000110 | 0 | 1010011 | 10000 | 1101111 | 1000110 | 110001 |
Color Harmonies of #3FD525
Complementary color
Monochromatic Colors of #3FD525
Black with #3FD525
Text Example
Text Example
White with #3FD525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD525; }
p { color: rgb(63,213,37); }
H1.HeaderClassName
{
color: #3FD525;
}
.AnyTagClassName
{
color: #3FD525;
}
</style>
background-color css
<style>
a { background-color: #3FD525; }
a { background-color: rgb(63,213,37); }
div.DivClassName
{
background-color: #3FD525;
}
.BgClassName
{
background-color: #3FD525;
}
</style>
border-color css
<style>
span { border-color: #3FD525; }
span { border-color: rgb(63,213,37); }
td.TdClassName
{
border-color: #3FD525;
}
.TagClassName
{
border-color: #3FD525;
}
</style>