Shades of Lime Green #3FBE29
Tints of Lime Green #3FBE29
RGB
CMYK
RGB Variations
Color information
#3FBE29 (or 0x3FBE29) is known color: Lime Green. HEX triplet: 3F, BE and 29. RGB value is (63,190,41). Sum of RGB (Red+Green+Blue) = 63+190+41=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 190 (74.61% from 255 or 64.63% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBE29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBE29 is #C041D6. Grayscale: #878787. Windows color (decimal): -12599767 or 2735679. OLE color: 2735679.
HSL color Cylindrical-coordinate representation of color #3FBE29: hue angle of 111.14º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FBE29 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 41 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.25 |
| HSL | 111.14º | 0.65% | 0.45% | - |
| HSV(B) | 111.14º | 0.78% | 0.75% | - |
| XYZ | 20.86 | 38.04 | 8.34 | - |
| YUV | 135.04 | 74.92 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 41 | 0.67 | 0 | 0.78 | 0.25 | 111.14 | 0.65 | 0.45 |
| Hex | 3F | BE | 29 | 43 | 0 | 4E | 19 | 6F | 41 | 2D |
| Octal | 77 | 276 | 51 | 103 | 0 | 116 | 31 | 157 | 101 | 55 |
| Binary | 111111 | 10111110 | 101001 | 1000011 | 0 | 1001110 | 11001 | 1101111 | 1000001 | 101101 |
Color Harmonies of #3FBE29
Complementary color
Monochromatic Colors of #3FBE29
Black with #3FBE29
Text Example
Text Example
White with #3FBE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBE29; }
p { color: rgb(63,190,41); }
H1.HeaderClassName
{
color: #3FBE29;
}
.AnyTagClassName
{
color: #3FBE29;
}
</style>
background-color css
<style>
a { background-color: #3FBE29; }
a { background-color: rgb(63,190,41); }
div.DivClassName
{
background-color: #3FBE29;
}
.BgClassName
{
background-color: #3FBE29;
}
</style>
border-color css
<style>
span { border-color: #3FBE29; }
span { border-color: rgb(63,190,41); }
td.TdClassName
{
border-color: #3FBE29;
}
.TagClassName
{
border-color: #3FBE29;
}
</style>