Shades of Lime Green #3BD445
Tints of Lime Green #3BD445
RGB
CMYK
RGB Variations
Color information
#3BD445 (or 0x3BD445) is known color: Lime Green. HEX triplet: 3B, D4 and 45. RGB value is (59,212,69). Sum of RGB (Red+Green+Blue) = 59+212+69=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 212 (83.20% from 255 or 62.35% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD445 is #C42BBA. Grayscale: #969696. Windows color (decimal): -12856251 or 4576315. OLE color: 4576315.
HSL color Cylindrical-coordinate representation of color #3BD445: hue angle of 123.92º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD445 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 212 | 69 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.17 |
| HSL | 123.92º | 0.64% | 0.53% | - |
| HSV(B) | 123.92º | 0.72% | 0.83% | - |
| XYZ | 26.42 | 48.45 | 13.59 | - |
| YUV | 149.95 | 82.31 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 212 | 69 | 0.72 | 0 | 0.67 | 0.17 | 123.92 | 0.64 | 0.53 |
| Hex | 3B | D4 | 45 | 48 | 0 | 43 | 11 | 7C | 40 | 35 |
| Octal | 73 | 324 | 105 | 110 | 0 | 103 | 21 | 174 | 100 | 65 |
| Binary | 111011 | 11010100 | 1000101 | 1001000 | 0 | 1000011 | 10001 | 1111100 | 1000000 | 110101 |
Color Harmonies of #3BD445
Complementary color
Monochromatic Colors of #3BD445
Black with #3BD445
Text Example
Text Example
White with #3BD445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD445; }
p { color: rgb(59,212,69); }
H1.HeaderClassName
{
color: #3BD445;
}
.AnyTagClassName
{
color: #3BD445;
}
</style>
background-color css
<style>
a { background-color: #3BD445; }
a { background-color: rgb(59,212,69); }
div.DivClassName
{
background-color: #3BD445;
}
.BgClassName
{
background-color: #3BD445;
}
</style>
border-color css
<style>
span { border-color: #3BD445; }
span { border-color: rgb(59,212,69); }
td.TdClassName
{
border-color: #3BD445;
}
.TagClassName
{
border-color: #3BD445;
}
</style>