Shades of Lime Green #3FCB2F
Tints of Lime Green #3FCB2F
RGB
CMYK
RGB Variations
Color information
#3FCB2F (or 0x3FCB2F) is known color: Lime Green. HEX triplet: 3F, CB and 2F. RGB value is (63,203,47). Sum of RGB (Red+Green+Blue) = 63+203+47=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 203 (79.69% from 255 or 64.86% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCB2F is #C034D0. Grayscale: #8F8F8F. Windows color (decimal): -12596433 or 3132223. OLE color: 3132223.
HSL color Cylindrical-coordinate representation of color #3FCB2F: hue angle of 113.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FCB2F is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 47 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.20 |
| HSL | 113.85º | 0.62% | 0.49% | - |
| HSV(B) | 113.85º | 0.77% | 0.8% | - |
| XYZ | 23.92 | 43.97 | 9.92 | - |
| YUV | 143.36 | 73.62 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 47 | 0.69 | 0 | 0.77 | 0.20 | 113.85 | 0.62 | 0.49 |
| Hex | 3F | CB | 2F | 45 | 0 | 4D | 14 | 72 | 3E | 31 |
| Octal | 77 | 313 | 57 | 105 | 0 | 115 | 24 | 162 | 76 | 61 |
| Binary | 111111 | 11001011 | 101111 | 1000101 | 0 | 1001101 | 10100 | 1110010 | 111110 | 110001 |
Color Harmonies of #3FCB2F
Complementary color
Monochromatic Colors of #3FCB2F
Black with #3FCB2F
Text Example
Text Example
White with #3FCB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCB2F; }
p { color: rgb(63,203,47); }
H1.HeaderClassName
{
color: #3FCB2F;
}
.AnyTagClassName
{
color: #3FCB2F;
}
</style>
background-color css
<style>
a { background-color: #3FCB2F; }
a { background-color: rgb(63,203,47); }
div.DivClassName
{
background-color: #3FCB2F;
}
.BgClassName
{
background-color: #3FCB2F;
}
</style>
border-color css
<style>
span { border-color: #3FCB2F; }
span { border-color: rgb(63,203,47); }
td.TdClassName
{
border-color: #3FCB2F;
}
.TagClassName
{
border-color: #3FCB2F;
}
</style>