Shades of Lime Green #3FCB33
Tints of Lime Green #3FCB33
RGB
CMYK
RGB Variations
Color information
#3FCB33 (or 0x3FCB33) is known color: Lime Green. HEX triplet: 3F, CB and 33. RGB value is (63,203,51). Sum of RGB (Red+Green+Blue) = 63+203+51=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 203 (79.69% from 255 or 64.04% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCB33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCB33 is #C034CC. Grayscale: #909090. Windows color (decimal): -12596429 or 3394367. OLE color: 3394367.
HSL color Cylindrical-coordinate representation of color #3FCB33: hue angle of 115.26º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FCB33 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 51 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.20 |
| HSL | 115.26º | 0.6% | 0.5% | - |
| HSV(B) | 115.26º | 0.75% | 0.8% | - |
| XYZ | 24 | 44.01 | 10.36 | - |
| YUV | 143.81 | 75.62 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 51 | 0.69 | 0 | 0.75 | 0.20 | 115.26 | 0.6 | 0.5 |
| Hex | 3F | CB | 33 | 45 | 0 | 4B | 14 | 73 | 3C | 32 |
| Octal | 77 | 313 | 63 | 105 | 0 | 113 | 24 | 163 | 74 | 62 |
| Binary | 111111 | 11001011 | 110011 | 1000101 | 0 | 1001011 | 10100 | 1110011 | 111100 | 110010 |
Color Harmonies of #3FCB33
Complementary color
Monochromatic Colors of #3FCB33
Black with #3FCB33
Text Example
Text Example
White with #3FCB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCB33; }
p { color: rgb(63,203,51); }
H1.HeaderClassName
{
color: #3FCB33;
}
.AnyTagClassName
{
color: #3FCB33;
}
</style>
background-color css
<style>
a { background-color: #3FCB33; }
a { background-color: rgb(63,203,51); }
div.DivClassName
{
background-color: #3FCB33;
}
.BgClassName
{
background-color: #3FCB33;
}
</style>
border-color css
<style>
span { border-color: #3FCB33; }
span { border-color: rgb(63,203,51); }
td.TdClassName
{
border-color: #3FCB33;
}
.TagClassName
{
border-color: #3FCB33;
}
</style>