Shades of Lime Green #3FCF27
Tints of Lime Green #3FCF27
RGB
CMYK
RGB Variations
Color information
#3FCF27 (or 0x3FCF27) is known color: Lime Green. HEX triplet: 3F, CF and 27. RGB value is (63,207,39). Sum of RGB (Red+Green+Blue) = 63+207+39=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 207 (81.25% from 255 or 66.99% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCF27 is #C030D8. Grayscale: #919191. Windows color (decimal): -12595417 or 2608959. OLE color: 2608959.
HSL color Cylindrical-coordinate representation of color #3FCF27: hue angle of 111.43º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FCF27 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 39 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.19 |
| HSL | 111.43º | 0.68% | 0.48% | - |
| HSV(B) | 111.43º | 0.81% | 0.81% | - |
| XYZ | 24.73 | 45.83 | 9.46 | - |
| YUV | 144.79 | 68.29 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 39 | 0.70 | 0 | 0.81 | 0.19 | 111.43 | 0.68 | 0.48 |
| Hex | 3F | CF | 27 | 46 | 0 | 51 | 13 | 6F | 44 | 30 |
| Octal | 77 | 317 | 47 | 106 | 0 | 121 | 23 | 157 | 104 | 60 |
| Binary | 111111 | 11001111 | 100111 | 1000110 | 0 | 1010001 | 10011 | 1101111 | 1000100 | 110000 |
Color Harmonies of #3FCF27
Complementary color
Monochromatic Colors of #3FCF27
Black with #3FCF27
Text Example
Text Example
White with #3FCF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF27; }
p { color: rgb(63,207,39); }
H1.HeaderClassName
{
color: #3FCF27;
}
.AnyTagClassName
{
color: #3FCF27;
}
</style>
background-color css
<style>
a { background-color: #3FCF27; }
a { background-color: rgb(63,207,39); }
div.DivClassName
{
background-color: #3FCF27;
}
.BgClassName
{
background-color: #3FCF27;
}
</style>
border-color css
<style>
span { border-color: #3FCF27; }
span { border-color: rgb(63,207,39); }
td.TdClassName
{
border-color: #3FCF27;
}
.TagClassName
{
border-color: #3FCF27;
}
</style>