Shades of Lime Green #3FC03B
Tints of Lime Green #3FC03B
RGB
CMYK
RGB Variations
Color information
#3FC03B (or 0x3FC03B) is known color: Lime Green. HEX triplet: 3F, C0 and 3B. RGB value is (63,192,59). Sum of RGB (Red+Green+Blue) = 63+192+59=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC03B is #C03FC4. Grayscale: #8A8A8A. Windows color (decimal): -12599237 or 3915839. OLE color: 3915839.
HSL color Cylindrical-coordinate representation of color #3FC03B: hue angle of 118.2º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC03B is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 59 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.25 |
| HSL | 118.2º | 0.53% | 0.49% | - |
| HSV(B) | 118.2º | 0.69% | 0.75% | - |
| XYZ | 21.69 | 39.07 | 10.54 | - |
| YUV | 138.27 | 83.26 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 59 | 0.67 | 0 | 0.69 | 0.25 | 118.2 | 0.53 | 0.49 |
| Hex | 3F | C0 | 3B | 43 | 0 | 45 | 19 | 76 | 35 | 31 |
| Octal | 77 | 300 | 73 | 103 | 0 | 105 | 31 | 166 | 65 | 61 |
| Binary | 111111 | 11000000 | 111011 | 1000011 | 0 | 1000101 | 11001 | 1110110 | 110101 | 110001 |
Color Harmonies of #3FC03B
Complementary color
Monochromatic Colors of #3FC03B
Black with #3FC03B
Text Example
Text Example
White with #3FC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC03B; }
p { color: rgb(63,192,59); }
H1.HeaderClassName
{
color: #3FC03B;
}
.AnyTagClassName
{
color: #3FC03B;
}
</style>
background-color css
<style>
a { background-color: #3FC03B; }
a { background-color: rgb(63,192,59); }
div.DivClassName
{
background-color: #3FC03B;
}
.BgClassName
{
background-color: #3FC03B;
}
</style>
border-color css
<style>
span { border-color: #3FC03B; }
span { border-color: rgb(63,192,59); }
td.TdClassName
{
border-color: #3FC03B;
}
.TagClassName
{
border-color: #3FC03B;
}
</style>