Shades of Lime Green #3BC435
Tints of Lime Green #3BC435
RGB
CMYK
RGB Variations
Color information
#3BC435 (or 0x3BC435) is known color: Lime Green. HEX triplet: 3B, C4 and 35. RGB value is (59,196,53). Sum of RGB (Red+Green+Blue) = 59+196+53=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 196 (76.95% from 255 or 63.64% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 196 - color contains mainly: green. Hex color #3BC435 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC435 is #C43BCA. Grayscale: #8B8B8B. Windows color (decimal): -12860363 or 3523643. OLE color: 3523643.
HSL color Cylindrical-coordinate representation of color #3BC435: hue angle of 117.48º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BC435 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 196 | 53 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.23 |
| HSL | 117.48º | 0.57% | 0.49% | - |
| HSV(B) | 117.48º | 0.73% | 0.77% | - |
| XYZ | 22.19 | 40.67 | 10.05 | - |
| YUV | 138.74 | 79.61 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 196 | 53 | 0.70 | 0 | 0.73 | 0.23 | 117.48 | 0.57 | 0.49 |
| Hex | 3B | C4 | 35 | 46 | 0 | 49 | 17 | 75 | 39 | 31 |
| Octal | 73 | 304 | 65 | 106 | 0 | 111 | 27 | 165 | 71 | 61 |
| Binary | 111011 | 11000100 | 110101 | 1000110 | 0 | 1001001 | 10111 | 1110101 | 111001 | 110001 |
Color Harmonies of #3BC435
Complementary color
Monochromatic Colors of #3BC435
Black with #3BC435
Text Example
Text Example
White with #3BC435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC435; }
p { color: rgb(59,196,53); }
H1.HeaderClassName
{
color: #3BC435;
}
.AnyTagClassName
{
color: #3BC435;
}
</style>
background-color css
<style>
a { background-color: #3BC435; }
a { background-color: rgb(59,196,53); }
div.DivClassName
{
background-color: #3BC435;
}
.BgClassName
{
background-color: #3BC435;
}
</style>
border-color css
<style>
span { border-color: #3BC435; }
span { border-color: rgb(59,196,53); }
td.TdClassName
{
border-color: #3BC435;
}
.TagClassName
{
border-color: #3BC435;
}
</style>