Shades of Lime Green #3BC445
Tints of Lime Green #3BC445
RGB
CMYK
RGB Variations
Color information
#3BC445 (or 0x3BC445) is known color: Lime Green. HEX triplet: 3B, C4 and 45. RGB value is (59,196,69). Sum of RGB (Red+Green+Blue) = 59+196+69=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 196 (76.95% from 255 or 60.49% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 196 - color contains mainly: green. Hex color #3BC445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC445 is #C43BBA. Grayscale: #8C8C8C. Windows color (decimal): -12860347 or 4572219. OLE color: 4572219.
HSL color Cylindrical-coordinate representation of color #3BC445: hue angle of 124.38º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC445 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 196 | 69 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.23 |
| HSL | 124.38º | 0.54% | 0.5% | - |
| HSV(B) | 124.38º | 0.7% | 0.77% | - |
| XYZ | 22.62 | 40.84 | 12.32 | - |
| YUV | 140.56 | 87.61 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 196 | 69 | 0.70 | 0 | 0.65 | 0.23 | 124.38 | 0.54 | 0.5 |
| Hex | 3B | C4 | 45 | 46 | 0 | 41 | 17 | 7C | 36 | 32 |
| Octal | 73 | 304 | 105 | 106 | 0 | 101 | 27 | 174 | 66 | 62 |
| Binary | 111011 | 11000100 | 1000101 | 1000110 | 0 | 1000001 | 10111 | 1111100 | 110110 | 110010 |
Color Harmonies of #3BC445
Complementary color
Monochromatic Colors of #3BC445
Black with #3BC445
Text Example
Text Example
White with #3BC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC445; }
p { color: rgb(59,196,69); }
H1.HeaderClassName
{
color: #3BC445;
}
.AnyTagClassName
{
color: #3BC445;
}
</style>
background-color css
<style>
a { background-color: #3BC445; }
a { background-color: rgb(59,196,69); }
div.DivClassName
{
background-color: #3BC445;
}
.BgClassName
{
background-color: #3BC445;
}
</style>
border-color css
<style>
span { border-color: #3BC445; }
span { border-color: rgb(59,196,69); }
td.TdClassName
{
border-color: #3BC445;
}
.TagClassName
{
border-color: #3BC445;
}
</style>