Shades of Lime Green #3BFF33
Tints of Lime Green #3BFF33
RGB
CMYK
RGB Variations
Color information
#3BFF33 (or 0x3BFF33) is known color: Lime Green. HEX triplet: 3B, FF and 33. RGB value is (59,255,51). Sum of RGB (Red+Green+Blue) = 59+255+51=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 255 (100% from 255 or 69.86% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFF33 is #C400CC. Grayscale: #ADADAD. Windows color (decimal): -12845261 or 3407675. OLE color: 3407675.
HSL color Cylindrical-coordinate representation of color #3BFF33: hue angle of 117.65º 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 #3BFF33 is Cyan = 0.77, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 51 | - |
| CMYK | 0.77 | 0 | 0.8 | 0 |
| HSL | 117.65º | 1% | 0.6% | - |
| HSV(B) | 117.65º | 0.8% | 1% | - |
| XYZ | 38.16 | 72.69 | 15.15 | - |
| YUV | 173.14 | 59.07 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 51 | 0.77 | 0 | 0.8 | 0 | 117.65 | 1 | 0.6 |
| Hex | 3B | FF | 33 | 4D | 0 | 50 | 0 | 76 | 64 | 3C |
| Octal | 73 | 377 | 63 | 115 | 0 | 120 | 0 | 166 | 144 | 74 |
| Binary | 111011 | 11111111 | 110011 | 1001101 | 0 | 1010000 | 0 | 1110110 | 1100100 | 111100 |
Color Harmonies of #3BFF33
Complementary color
Monochromatic Colors of #3BFF33
Black with #3BFF33
Text Example
Text Example
White with #3BFF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF33; }
p { color: rgb(59,255,51); }
H1.HeaderClassName
{
color: #3BFF33;
}
.AnyTagClassName
{
color: #3BFF33;
}
</style>
background-color css
<style>
a { background-color: #3BFF33; }
a { background-color: rgb(59,255,51); }
div.DivClassName
{
background-color: #3BFF33;
}
.BgClassName
{
background-color: #3BFF33;
}
</style>
border-color css
<style>
span { border-color: #3BFF33; }
span { border-color: rgb(59,255,51); }
td.TdClassName
{
border-color: #3BFF33;
}
.TagClassName
{
border-color: #3BFF33;
}
</style>