Shades of Lime Green #3FBA33
Tints of Lime Green #3FBA33
RGB
CMYK
RGB Variations
Color information
#3FBA33 (or 0x3FBA33) is known color: Lime Green. HEX triplet: 3F, BA and 33. RGB value is (63,186,51). Sum of RGB (Red+Green+Blue) = 63+186+51=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBA33 is #C045CC. Grayscale: #868686. Windows color (decimal): -12600781 or 3390015. OLE color: 3390015.
HSL color Cylindrical-coordinate representation of color #3FBA33: hue angle of 114.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FBA33 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 51 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.27 |
| HSL | 114.67º | 0.57% | 0.46% | - |
| HSV(B) | 114.67º | 0.73% | 0.73% | - |
| XYZ | 20.21 | 36.41 | 9.1 | - |
| YUV | 133.83 | 81.25 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 51 | 0.66 | 0 | 0.73 | 0.27 | 114.67 | 0.57 | 0.46 |
| Hex | 3F | BA | 33 | 42 | 0 | 49 | 1B | 73 | 39 | 2E |
| Octal | 77 | 272 | 63 | 102 | 0 | 111 | 33 | 163 | 71 | 56 |
| Binary | 111111 | 10111010 | 110011 | 1000010 | 0 | 1001001 | 11011 | 1110011 | 111001 | 101110 |
Color Harmonies of #3FBA33
Complementary color
Monochromatic Colors of #3FBA33
Black with #3FBA33
Text Example
Text Example
White with #3FBA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA33; }
p { color: rgb(63,186,51); }
H1.HeaderClassName
{
color: #3FBA33;
}
.AnyTagClassName
{
color: #3FBA33;
}
</style>
background-color css
<style>
a { background-color: #3FBA33; }
a { background-color: rgb(63,186,51); }
div.DivClassName
{
background-color: #3FBA33;
}
.BgClassName
{
background-color: #3FBA33;
}
</style>
border-color css
<style>
span { border-color: #3FBA33; }
span { border-color: rgb(63,186,51); }
td.TdClassName
{
border-color: #3FBA33;
}
.TagClassName
{
border-color: #3FBA33;
}
</style>