Shades of Lime Green #3FC927
Tints of Lime Green #3FC927
RGB
CMYK
RGB Variations
Color information
#3FC927 (or 0x3FC927) is known color: Lime Green. HEX triplet: 3F, C9 and 27. RGB value is (63,201,39). Sum of RGB (Red+Green+Blue) = 63+201+39=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 201 (78.91% from 255 or 66.34% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 201 - color contains mainly: green. Hex color #3FC927 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC927 is #C036D8. Grayscale: #8D8D8D. Windows color (decimal): -12596953 or 2607423. OLE color: 2607423.
HSL color Cylindrical-coordinate representation of color #3FC927: hue angle of 111.11º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FC927 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 201 | 39 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.21 |
| HSL | 111.11º | 0.68% | 0.47% | - |
| HSV(B) | 111.11º | 0.81% | 0.79% | - |
| XYZ | 23.3 | 42.98 | 8.99 | - |
| YUV | 141.27 | 70.28 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 201 | 39 | 0.69 | 0 | 0.81 | 0.21 | 111.11 | 0.68 | 0.47 |
| Hex | 3F | C9 | 27 | 45 | 0 | 51 | 15 | 6F | 44 | 2F |
| Octal | 77 | 311 | 47 | 105 | 0 | 121 | 25 | 157 | 104 | 57 |
| Binary | 111111 | 11001001 | 100111 | 1000101 | 0 | 1010001 | 10101 | 1101111 | 1000100 | 101111 |
Color Harmonies of #3FC927
Complementary color
Monochromatic Colors of #3FC927
Black with #3FC927
Text Example
Text Example
White with #3FC927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC927; }
p { color: rgb(63,201,39); }
H1.HeaderClassName
{
color: #3FC927;
}
.AnyTagClassName
{
color: #3FC927;
}
</style>
background-color css
<style>
a { background-color: #3FC927; }
a { background-color: rgb(63,201,39); }
div.DivClassName
{
background-color: #3FC927;
}
.BgClassName
{
background-color: #3FC927;
}
</style>
border-color css
<style>
span { border-color: #3FC927; }
span { border-color: rgb(63,201,39); }
td.TdClassName
{
border-color: #3FC927;
}
.TagClassName
{
border-color: #3FC927;
}
</style>