Shades of Lime Green #3FC027
Tints of Lime Green #3FC027
RGB
CMYK
RGB Variations
Color information
#3FC027 (or 0x3FC027) is known color: Lime Green. HEX triplet: 3F, C0 and 27. RGB value is (63,192,39). Sum of RGB (Red+Green+Blue) = 63+192+39=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC027 is #C03FD8. Grayscale: #888888. Windows color (decimal): -12599257 or 2605119. OLE color: 2605119.
HSL color Cylindrical-coordinate representation of color #3FC027: hue angle of 110.59º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FC027 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 39 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.25 |
| HSL | 110.59º | 0.66% | 0.45% | - |
| HSV(B) | 110.59º | 0.8% | 0.75% | - |
| XYZ | 21.27 | 38.9 | 8.31 | - |
| YUV | 135.99 | 73.26 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 39 | 0.67 | 0 | 0.80 | 0.25 | 110.59 | 0.66 | 0.45 |
| Hex | 3F | C0 | 27 | 43 | 0 | 50 | 19 | 6F | 42 | 2D |
| Octal | 77 | 300 | 47 | 103 | 0 | 120 | 31 | 157 | 102 | 55 |
| Binary | 111111 | 11000000 | 100111 | 1000011 | 0 | 1010000 | 11001 | 1101111 | 1000010 | 101101 |
Color Harmonies of #3FC027
Complementary color
Monochromatic Colors of #3FC027
Black with #3FC027
Text Example
Text Example
White with #3FC027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC027; }
p { color: rgb(63,192,39); }
H1.HeaderClassName
{
color: #3FC027;
}
.AnyTagClassName
{
color: #3FC027;
}
</style>
background-color css
<style>
a { background-color: #3FC027; }
a { background-color: rgb(63,192,39); }
div.DivClassName
{
background-color: #3FC027;
}
.BgClassName
{
background-color: #3FC027;
}
</style>
border-color css
<style>
span { border-color: #3FC027; }
span { border-color: rgb(63,192,39); }
td.TdClassName
{
border-color: #3FC027;
}
.TagClassName
{
border-color: #3FC027;
}
</style>