Shades of Lime Green #3FFF33
Tints of Lime Green #3FFF33
RGB
CMYK
RGB Variations
Color information
#3FFF33 (or 0x3FFF33) is known color: Lime Green. HEX triplet: 3F, FF and 33. RGB value is (63,255,51). Sum of RGB (Red+Green+Blue) = 63+255+51=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFF33 is #C000CC. Grayscale: #AEAEAE. Windows color (decimal): -12583117 or 3407679. OLE color: 3407679.
HSL color Cylindrical-coordinate representation of color #3FFF33: hue angle of 116.47º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FFF33 is Cyan = 0.75, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 51 | - |
| CMYK | 0.75 | 0 | 0.8 | 0 |
| HSL | 116.47º | 1% | 0.6% | - |
| HSV(B) | 116.47º | 0.8% | 1% | - |
| XYZ | 38.41 | 72.82 | 15.16 | - |
| YUV | 174.34 | 58.39 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 51 | 0.75 | 0 | 0.8 | 0 | 116.47 | 1 | 0.6 |
| Hex | 3F | FF | 33 | 4B | 0 | 50 | 0 | 74 | 64 | 3C |
| Octal | 77 | 377 | 63 | 113 | 0 | 120 | 0 | 164 | 144 | 74 |
| Binary | 111111 | 11111111 | 110011 | 1001011 | 0 | 1010000 | 0 | 1110100 | 1100100 | 111100 |
Color Harmonies of #3FFF33
Complementary color
Monochromatic Colors of #3FFF33
Black with #3FFF33
Text Example
Text Example
White with #3FFF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF33; }
p { color: rgb(63,255,51); }
H1.HeaderClassName
{
color: #3FFF33;
}
.AnyTagClassName
{
color: #3FFF33;
}
</style>
background-color css
<style>
a { background-color: #3FFF33; }
a { background-color: rgb(63,255,51); }
div.DivClassName
{
background-color: #3FFF33;
}
.BgClassName
{
background-color: #3FFF33;
}
</style>
border-color css
<style>
span { border-color: #3FFF33; }
span { border-color: rgb(63,255,51); }
td.TdClassName
{
border-color: #3FFF33;
}
.TagClassName
{
border-color: #3FFF33;
}
</style>