Shades of Lime Green #3BE345
Tints of Lime Green #3BE345
RGB
CMYK
RGB Variations
Color information
#3BE345 (or 0x3BE345) is known color: Lime Green. HEX triplet: 3B, E3 and 45. RGB value is (59,227,69). Sum of RGB (Red+Green+Blue) = 59+227+69=355 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.62% from 355); Green value is 227 (89.06% from 255 or 63.94% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 227 - color contains mainly: green. Hex color #3BE345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE345 is #C41CBA. Grayscale: #9F9F9F. Windows color (decimal): -12852411 or 4580155. OLE color: 4580155.
HSL color Cylindrical-coordinate representation of color #3BE345: hue angle of 123.57º degrees, saturation: 0.75, 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 #3BE345 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 227 | 69 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.11 |
| HSL | 123.57º | 0.75% | 0.56% | - |
| HSV(B) | 123.57º | 0.74% | 0.89% | - |
| XYZ | 30.35 | 56.3 | 14.9 | - |
| YUV | 158.76 | 77.34 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 227 | 69 | 0.74 | 0 | 0.70 | 0.11 | 123.57 | 0.75 | 0.56 |
| Hex | 3B | E3 | 45 | 4A | 0 | 46 | B | 7C | 4B | 38 |
| Octal | 73 | 343 | 105 | 112 | 0 | 106 | 13 | 174 | 113 | 70 |
| Binary | 111011 | 11100011 | 1000101 | 1001010 | 0 | 1000110 | 1011 | 1111100 | 1001011 | 111000 |
Color Harmonies of #3BE345
Complementary color
Monochromatic Colors of #3BE345
Black with #3BE345
Text Example
Text Example
White with #3BE345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE345; }
p { color: rgb(59,227,69); }
H1.HeaderClassName
{
color: #3BE345;
}
.AnyTagClassName
{
color: #3BE345;
}
</style>
background-color css
<style>
a { background-color: #3BE345; }
a { background-color: rgb(59,227,69); }
div.DivClassName
{
background-color: #3BE345;
}
.BgClassName
{
background-color: #3BE345;
}
</style>
border-color css
<style>
span { border-color: #3BE345; }
span { border-color: rgb(59,227,69); }
td.TdClassName
{
border-color: #3BE345;
}
.TagClassName
{
border-color: #3BE345;
}
</style>