Shades of Lime Green #3FB533
Tints of Lime Green #3FB533
RGB
CMYK
RGB Variations
Color information
#3FB533 (or 0x3FB533) is known color: Lime Green. HEX triplet: 3F, B5 and 33. RGB value is (63,181,51). Sum of RGB (Red+Green+Blue) = 63+181+51=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 181 (71.09% from 255 or 61.36% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 181 - color contains mainly: green. Hex color #3FB533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB533 is #C04ACC. Grayscale: #838383. Windows color (decimal): -12602061 or 3388735. OLE color: 3388735.
HSL color Cylindrical-coordinate representation of color #3FB533: hue angle of 114.46º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FB533 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 181 | 51 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.29 |
| HSL | 114.46º | 0.56% | 0.45% | - |
| HSV(B) | 114.46º | 0.72% | 0.71% | - |
| XYZ | 19.17 | 34.34 | 8.75 | - |
| YUV | 130.9 | 82.91 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 181 | 51 | 0.65 | 0 | 0.72 | 0.29 | 114.46 | 0.56 | 0.45 |
| Hex | 3F | B5 | 33 | 41 | 0 | 48 | 1D | 72 | 38 | 2D |
| Octal | 77 | 265 | 63 | 101 | 0 | 110 | 35 | 162 | 70 | 55 |
| Binary | 111111 | 10110101 | 110011 | 1000001 | 0 | 1001000 | 11101 | 1110010 | 111000 | 101101 |
Color Harmonies of #3FB533
Complementary color
Monochromatic Colors of #3FB533
Black with #3FB533
Text Example
Text Example
White with #3FB533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB533; }
p { color: rgb(63,181,51); }
H1.HeaderClassName
{
color: #3FB533;
}
.AnyTagClassName
{
color: #3FB533;
}
</style>
background-color css
<style>
a { background-color: #3FB533; }
a { background-color: rgb(63,181,51); }
div.DivClassName
{
background-color: #3FB533;
}
.BgClassName
{
background-color: #3FB533;
}
</style>
border-color css
<style>
span { border-color: #3FB533; }
span { border-color: rgb(63,181,51); }
td.TdClassName
{
border-color: #3FB533;
}
.TagClassName
{
border-color: #3FB533;
}
</style>