Shades of Lime Green #3FCC27
Tints of Lime Green #3FCC27
RGB
CMYK
RGB Variations
Color information
#3FCC27 (or 0x3FCC27) is known color: Lime Green. HEX triplet: 3F, CC and 27. RGB value is (63,204,39). Sum of RGB (Red+Green+Blue) = 63+204+39=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 204 (80.08% from 255 or 66.67% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCC27 is #C033D8. Grayscale: #8F8F8F. Windows color (decimal): -12596185 or 2608191. OLE color: 2608191.
HSL color Cylindrical-coordinate representation of color #3FCC27: hue angle of 111.27º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FCC27 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 204 | 39 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.2 |
| HSL | 111.27º | 0.68% | 0.48% | - |
| HSV(B) | 111.27º | 0.81% | 0.8% | - |
| XYZ | 24.01 | 44.39 | 9.22 | - |
| YUV | 143.03 | 69.29 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 39 | 0.69 | 0 | 0.81 | 0.2 | 111.27 | 0.68 | 0.48 |
| Hex | 3F | CC | 27 | 45 | 0 | 51 | 14 | 6F | 44 | 30 |
| Octal | 77 | 314 | 47 | 105 | 0 | 121 | 24 | 157 | 104 | 60 |
| Binary | 111111 | 11001100 | 100111 | 1000101 | 0 | 1010001 | 10100 | 1101111 | 1000100 | 110000 |
Color Harmonies of #3FCC27
Complementary color
Monochromatic Colors of #3FCC27
Black with #3FCC27
Text Example
Text Example
White with #3FCC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCC27; }
p { color: rgb(63,204,39); }
H1.HeaderClassName
{
color: #3FCC27;
}
.AnyTagClassName
{
color: #3FCC27;
}
</style>
background-color css
<style>
a { background-color: #3FCC27; }
a { background-color: rgb(63,204,39); }
div.DivClassName
{
background-color: #3FCC27;
}
.BgClassName
{
background-color: #3FCC27;
}
</style>
border-color css
<style>
span { border-color: #3FCC27; }
span { border-color: rgb(63,204,39); }
td.TdClassName
{
border-color: #3FCC27;
}
.TagClassName
{
border-color: #3FCC27;
}
</style>