Shades of Lime Green #3FD925
Tints of Lime Green #3FD925
RGB
CMYK
RGB Variations
Color information
#3FD925 (or 0x3FD925) is known color: Lime Green. HEX triplet: 3F, D9 and 25. RGB value is (63,217,37). Sum of RGB (Red+Green+Blue) = 63+217+37=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 217 (85.16% from 255 or 68.45% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 217 - color contains mainly: green. Hex color #3FD925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD925 is #C026DA. Grayscale: #979797. Windows color (decimal): -12592859 or 2480447. OLE color: 2480447.
HSL color Cylindrical-coordinate representation of color #3FD925: hue angle of 111.33º 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 #3FD925 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 217 | 37 | - |
| CMYK | 0.71 | 0 | 0.83 | 0.15 |
| HSL | 111.33º | 0.71% | 0.5% | - |
| HSV(B) | 111.33º | 0.83% | 0.85% | - |
| XYZ | 27.2 | 50.82 | 10.13 | - |
| YUV | 150.43 | 63.98 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 217 | 37 | 0.71 | 0 | 0.83 | 0.15 | 111.33 | 0.71 | 0.5 |
| Hex | 3F | D9 | 25 | 47 | 0 | 53 | F | 6F | 47 | 32 |
| Octal | 77 | 331 | 45 | 107 | 0 | 123 | 17 | 157 | 107 | 62 |
| Binary | 111111 | 11011001 | 100101 | 1000111 | 0 | 1010011 | 1111 | 1101111 | 1000111 | 110010 |
Color Harmonies of #3FD925
Complementary color
Monochromatic Colors of #3FD925
Black with #3FD925
Text Example
Text Example
White with #3FD925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD925; }
p { color: rgb(63,217,37); }
H1.HeaderClassName
{
color: #3FD925;
}
.AnyTagClassName
{
color: #3FD925;
}
</style>
background-color css
<style>
a { background-color: #3FD925; }
a { background-color: rgb(63,217,37); }
div.DivClassName
{
background-color: #3FD925;
}
.BgClassName
{
background-color: #3FD925;
}
</style>
border-color css
<style>
span { border-color: #3FD925; }
span { border-color: rgb(63,217,37); }
td.TdClassName
{
border-color: #3FD925;
}
.TagClassName
{
border-color: #3FD925;
}
</style>