Shades of Lime Green #3BE245
Tints of Lime Green #3BE245
RGB
CMYK
RGB Variations
Color information
#3BE245 (or 0x3BE245) is known color: Lime Green. HEX triplet: 3B, E2 and 45. RGB value is (59,226,69). Sum of RGB (Red+Green+Blue) = 59+226+69=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 226 (88.67% from 255 or 63.84% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 226 - color contains mainly: green. Hex color #3BE245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE245 is #C41DBA. Grayscale: #9E9E9E. Windows color (decimal): -12852667 or 4579899. OLE color: 4579899.
HSL color Cylindrical-coordinate representation of color #3BE245: hue angle of 123.59º 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 #3BE245 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 226 | 69 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.11 |
| HSL | 123.59º | 0.74% | 0.56% | - |
| HSV(B) | 123.59º | 0.74% | 0.89% | - |
| XYZ | 30.07 | 55.75 | 14.81 | - |
| YUV | 158.17 | 77.67 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 226 | 69 | 0.74 | 0 | 0.69 | 0.11 | 123.59 | 0.74 | 0.56 |
| Hex | 3B | E2 | 45 | 4A | 0 | 45 | B | 7C | 4A | 38 |
| Octal | 73 | 342 | 105 | 112 | 0 | 105 | 13 | 174 | 112 | 70 |
| Binary | 111011 | 11100010 | 1000101 | 1001010 | 0 | 1000101 | 1011 | 1111100 | 1001010 | 111000 |
Color Harmonies of #3BE245
Complementary color
Monochromatic Colors of #3BE245
Black with #3BE245
Text Example
Text Example
White with #3BE245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE245; }
p { color: rgb(59,226,69); }
H1.HeaderClassName
{
color: #3BE245;
}
.AnyTagClassName
{
color: #3BE245;
}
</style>
background-color css
<style>
a { background-color: #3BE245; }
a { background-color: rgb(59,226,69); }
div.DivClassName
{
background-color: #3BE245;
}
.BgClassName
{
background-color: #3BE245;
}
</style>
border-color css
<style>
span { border-color: #3BE245; }
span { border-color: rgb(59,226,69); }
td.TdClassName
{
border-color: #3BE245;
}
.TagClassName
{
border-color: #3BE245;
}
</style>