Shades of Lime Green #3FCD33
Tints of Lime Green #3FCD33
RGB
CMYK
RGB Variations
Color information
#3FCD33 (or 0x3FCD33) is known color: Lime Green. HEX triplet: 3F, CD and 33. RGB value is (63,205,51). Sum of RGB (Red+Green+Blue) = 63+205+51=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 205 (80.47% from 255 or 64.26% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCD33 is #C032CC. Grayscale: #919191. Windows color (decimal): -12595917 or 3394879. OLE color: 3394879.
HSL color Cylindrical-coordinate representation of color #3FCD33: hue angle of 115.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FCD33 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 51 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.20 |
| HSL | 115.32º | 0.61% | 0.5% | - |
| HSV(B) | 115.32º | 0.75% | 0.8% | - |
| XYZ | 24.48 | 44.96 | 10.52 | - |
| YUV | 144.99 | 74.96 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 51 | 0.69 | 0 | 0.75 | 0.20 | 115.32 | 0.61 | 0.5 |
| Hex | 3F | CD | 33 | 45 | 0 | 4B | 14 | 73 | 3D | 32 |
| Octal | 77 | 315 | 63 | 105 | 0 | 113 | 24 | 163 | 75 | 62 |
| Binary | 111111 | 11001101 | 110011 | 1000101 | 0 | 1001011 | 10100 | 1110011 | 111101 | 110010 |
Color Harmonies of #3FCD33
Complementary color
Monochromatic Colors of #3FCD33
Black with #3FCD33
Text Example
Text Example
White with #3FCD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD33; }
p { color: rgb(63,205,51); }
H1.HeaderClassName
{
color: #3FCD33;
}
.AnyTagClassName
{
color: #3FCD33;
}
</style>
background-color css
<style>
a { background-color: #3FCD33; }
a { background-color: rgb(63,205,51); }
div.DivClassName
{
background-color: #3FCD33;
}
.BgClassName
{
background-color: #3FCD33;
}
</style>
border-color css
<style>
span { border-color: #3FCD33; }
span { border-color: rgb(63,205,51); }
td.TdClassName
{
border-color: #3FCD33;
}
.TagClassName
{
border-color: #3FCD33;
}
</style>