Shades of Lime Green #3FB539
Tints of Lime Green #3FB539
RGB
CMYK
RGB Variations
Color information
#3FB539 (or 0x3FB539) is known color: Lime Green. HEX triplet: 3F, B5 and 39. RGB value is (63,181,57). Sum of RGB (Red+Green+Blue) = 63+181+57=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #3FB539 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB539 is #C04AC6. Grayscale: #838383. Windows color (decimal): -12602055 or 3781951. OLE color: 3781951.
HSL color Cylindrical-coordinate representation of color #3FB539: hue angle of 117.1º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FB539 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 181 | 57 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.29 |
| HSL | 117.1º | 0.52% | 0.47% | - |
| HSV(B) | 117.1º | 0.69% | 0.71% | - |
| XYZ | 19.31 | 34.4 | 9.49 | - |
| YUV | 131.58 | 85.91 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 181 | 57 | 0.65 | 0 | 0.69 | 0.29 | 117.1 | 0.52 | 0.47 |
| Hex | 3F | B5 | 39 | 41 | 0 | 45 | 1D | 75 | 34 | 2F |
| Octal | 77 | 265 | 71 | 101 | 0 | 105 | 35 | 165 | 64 | 57 |
| Binary | 111111 | 10110101 | 111001 | 1000001 | 0 | 1000101 | 11101 | 1110101 | 110100 | 101111 |
Color Harmonies of #3FB539
Complementary color
Monochromatic Colors of #3FB539
Black with #3FB539
Text Example
Text Example
White with #3FB539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB539; }
p { color: rgb(63,181,57); }
H1.HeaderClassName
{
color: #3FB539;
}
.AnyTagClassName
{
color: #3FB539;
}
</style>
background-color css
<style>
a { background-color: #3FB539; }
a { background-color: rgb(63,181,57); }
div.DivClassName
{
background-color: #3FB539;
}
.BgClassName
{
background-color: #3FB539;
}
</style>
border-color css
<style>
span { border-color: #3FB539; }
span { border-color: rgb(63,181,57); }
td.TdClassName
{
border-color: #3FB539;
}
.TagClassName
{
border-color: #3FB539;
}
</style>