Shades of Lime Green #3BE249
Tints of Lime Green #3BE249
RGB
CMYK
RGB Variations
Color information
#3BE249 (or 0x3BE249) is known color: Lime Green. HEX triplet: 3B, E2 and 49. RGB value is (59,226,73). Sum of RGB (Red+Green+Blue) = 59+226+73=358 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.48% from 358); Green value is 226 (88.67% from 255 or 63.13% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 226 - color contains mainly: green. Hex color #3BE249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE249 is #C41DB6. Grayscale: #9F9F9F. Windows color (decimal): -12852663 or 4842043. OLE color: 4842043.
HSL color Cylindrical-coordinate representation of color #3BE249: hue angle of 125.03º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE249 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 226 | 73 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.11 |
| HSL | 125.03º | 0.74% | 0.56% | - |
| HSV(B) | 125.03º | 0.74% | 0.89% | - |
| XYZ | 30.2 | 55.8 | 15.48 | - |
| YUV | 158.63 | 79.67 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 226 | 73 | 0.74 | 0 | 0.68 | 0.11 | 125.03 | 0.74 | 0.56 |
| Hex | 3B | E2 | 49 | 4A | 0 | 44 | B | 7D | 4A | 38 |
| Octal | 73 | 342 | 111 | 112 | 0 | 104 | 13 | 175 | 112 | 70 |
| Binary | 111011 | 11100010 | 1001001 | 1001010 | 0 | 1000100 | 1011 | 1111101 | 1001010 | 111000 |
Color Harmonies of #3BE249
Complementary color
Monochromatic Colors of #3BE249
Black with #3BE249
Text Example
Text Example
White with #3BE249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE249; }
p { color: rgb(59,226,73); }
H1.HeaderClassName
{
color: #3BE249;
}
.AnyTagClassName
{
color: #3BE249;
}
</style>
background-color css
<style>
a { background-color: #3BE249; }
a { background-color: rgb(59,226,73); }
div.DivClassName
{
background-color: #3BE249;
}
.BgClassName
{
background-color: #3BE249;
}
</style>
border-color css
<style>
span { border-color: #3BE249; }
span { border-color: rgb(59,226,73); }
td.TdClassName
{
border-color: #3BE249;
}
.TagClassName
{
border-color: #3BE249;
}
</style>