Shades of Lime Green #3BE231
Tints of Lime Green #3BE231
RGB
CMYK
RGB Variations
Color information
#3BE231 (or 0x3BE231) is known color: Lime Green. HEX triplet: 3B, E2 and 31. RGB value is (59,226,49). Sum of RGB (Red+Green+Blue) = 59+226+49=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 226 (88.67% from 255 or 67.66% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 226 - color contains mainly: green. Hex color #3BE231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE231 is #C41DCE. Grayscale: #9C9C9C. Windows color (decimal): -12852687 or 3269179. OLE color: 3269179.
HSL color Cylindrical-coordinate representation of color #3BE231: hue angle of 116.61º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3BE231 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 226 | 49 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.11 |
| HSL | 116.61º | 0.75% | 0.54% | - |
| HSV(B) | 116.61º | 0.78% | 0.89% | - |
| XYZ | 29.55 | 55.54 | 12.07 | - |
| YUV | 155.89 | 67.67 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 226 | 49 | 0.74 | 0 | 0.78 | 0.11 | 116.61 | 0.75 | 0.54 |
| Hex | 3B | E2 | 31 | 4A | 0 | 4E | B | 75 | 4B | 36 |
| Octal | 73 | 342 | 61 | 112 | 0 | 116 | 13 | 165 | 113 | 66 |
| Binary | 111011 | 11100010 | 110001 | 1001010 | 0 | 1001110 | 1011 | 1110101 | 1001011 | 110110 |
Color Harmonies of #3BE231
Complementary color
Monochromatic Colors of #3BE231
Black with #3BE231
Text Example
Text Example
White with #3BE231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE231; }
p { color: rgb(59,226,49); }
H1.HeaderClassName
{
color: #3BE231;
}
.AnyTagClassName
{
color: #3BE231;
}
</style>
background-color css
<style>
a { background-color: #3BE231; }
a { background-color: rgb(59,226,49); }
div.DivClassName
{
background-color: #3BE231;
}
.BgClassName
{
background-color: #3BE231;
}
</style>
border-color css
<style>
span { border-color: #3BE231; }
span { border-color: rgb(59,226,49); }
td.TdClassName
{
border-color: #3BE231;
}
.TagClassName
{
border-color: #3BE231;
}
</style>