Shades of Lime Green #3FAD33
Tints of Lime Green #3FAD33
RGB
CMYK
RGB Variations
Color information
#3FAD33 (or 0x3FAD33) is known color: Lime Green. HEX triplet: 3F, AD and 33. RGB value is (63,173,51). Sum of RGB (Red+Green+Blue) = 63+173+51=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 173 (67.97% from 255 or 60.28% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAD33 is #C052CC. Grayscale: #7E7E7E. Windows color (decimal): -12604109 or 3386687. OLE color: 3386687.
HSL color Cylindrical-coordinate representation of color #3FAD33: hue angle of 114.1º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FAD33 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 173 | 51 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.32 |
| HSL | 114.1º | 0.54% | 0.44% | - |
| HSV(B) | 114.1º | 0.71% | 0.68% | - |
| XYZ | 17.59 | 31.18 | 8.22 | - |
| YUV | 126.2 | 85.56 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 51 | 0.64 | 0 | 0.71 | 0.32 | 114.1 | 0.54 | 0.44 |
| Hex | 3F | AD | 33 | 40 | 0 | 47 | 20 | 72 | 36 | 2C |
| Octal | 77 | 255 | 63 | 100 | 0 | 107 | 40 | 162 | 66 | 54 |
| Binary | 111111 | 10101101 | 110011 | 1000000 | 0 | 1000111 | 100000 | 1110010 | 110110 | 101100 |
Color Harmonies of #3FAD33
Complementary color
Monochromatic Colors of #3FAD33
Black with #3FAD33
Text Example
Text Example
White with #3FAD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAD33; }
p { color: rgb(63,173,51); }
H1.HeaderClassName
{
color: #3FAD33;
}
.AnyTagClassName
{
color: #3FAD33;
}
</style>
background-color css
<style>
a { background-color: #3FAD33; }
a { background-color: rgb(63,173,51); }
div.DivClassName
{
background-color: #3FAD33;
}
.BgClassName
{
background-color: #3FAD33;
}
</style>
border-color css
<style>
span { border-color: #3FAD33; }
span { border-color: rgb(63,173,51); }
td.TdClassName
{
border-color: #3FAD33;
}
.TagClassName
{
border-color: #3FAD33;
}
</style>