Shades of Lime Green #3BF237
Tints of Lime Green #3BF237
RGB
CMYK
RGB Variations
Color information
#3BF237 (or 0x3BF237) is known color: Lime Green. HEX triplet: 3B, F2 and 37. RGB value is (59,242,55). Sum of RGB (Red+Green+Blue) = 59+242+55=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 242 (94.92% from 255 or 67.98% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF237 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF237 is #C40DC8. Grayscale: #A6A6A6. Windows color (decimal): -12848585 or 3666491. OLE color: 3666491.
HSL color Cylindrical-coordinate representation of color #3BF237: hue angle of 118.72º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BF237 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 242 | 55 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.05 |
| HSL | 118.72º | 0.88% | 0.58% | - |
| HSV(B) | 118.72º | 0.77% | 0.95% | - |
| XYZ | 34.25 | 64.71 | 14.3 | - |
| YUV | 165.97 | 65.37 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 242 | 55 | 0.76 | 0 | 0.77 | 0.05 | 118.72 | 0.88 | 0.58 |
| Hex | 3B | F2 | 37 | 4C | 0 | 4D | 5 | 77 | 58 | 3A |
| Octal | 73 | 362 | 67 | 114 | 0 | 115 | 5 | 167 | 130 | 72 |
| Binary | 111011 | 11110010 | 110111 | 1001100 | 0 | 1001101 | 101 | 1110111 | 1011000 | 111010 |
Color Harmonies of #3BF237
Complementary color
Monochromatic Colors of #3BF237
Black with #3BF237
Text Example
Text Example
White with #3BF237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF237; }
p { color: rgb(59,242,55); }
H1.HeaderClassName
{
color: #3BF237;
}
.AnyTagClassName
{
color: #3BF237;
}
</style>
background-color css
<style>
a { background-color: #3BF237; }
a { background-color: rgb(59,242,55); }
div.DivClassName
{
background-color: #3BF237;
}
.BgClassName
{
background-color: #3BF237;
}
</style>
border-color css
<style>
span { border-color: #3BF237; }
span { border-color: rgb(59,242,55); }
td.TdClassName
{
border-color: #3BF237;
}
.TagClassName
{
border-color: #3BF237;
}
</style>