Shades of Lime Green #3BD125
Tints of Lime Green #3BD125
RGB
CMYK
RGB Variations
Color information
#3BD125 (or 0x3BD125) is known color: Lime Green. HEX triplet: 3B, D1 and 25. RGB value is (59,209,37). Sum of RGB (Red+Green+Blue) = 59+209+37=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 209 (82.03% from 255 or 68.52% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 209 - color contains mainly: green. Hex color #3BD125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD125 is #C42EDA. Grayscale: #919191. Windows color (decimal): -12857051 or 2478395. OLE color: 2478395.
HSL color Cylindrical-coordinate representation of color #3BD125: hue angle of 112.33º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3BD125 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 209 | 37 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.18 |
| HSL | 112.33º | 0.7% | 0.48% | - |
| HSV(B) | 112.33º | 0.82% | 0.82% | - |
| XYZ | 24.94 | 46.66 | 9.44 | - |
| YUV | 144.54 | 67.31 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 209 | 37 | 0.72 | 0 | 0.82 | 0.18 | 112.33 | 0.7 | 0.48 |
| Hex | 3B | D1 | 25 | 48 | 0 | 52 | 12 | 70 | 46 | 30 |
| Octal | 73 | 321 | 45 | 110 | 0 | 122 | 22 | 160 | 106 | 60 |
| Binary | 111011 | 11010001 | 100101 | 1001000 | 0 | 1010010 | 10010 | 1110000 | 1000110 | 110000 |
Color Harmonies of #3BD125
Complementary color
Monochromatic Colors of #3BD125
Black with #3BD125
Text Example
Text Example
White with #3BD125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD125; }
p { color: rgb(59,209,37); }
H1.HeaderClassName
{
color: #3BD125;
}
.AnyTagClassName
{
color: #3BD125;
}
</style>
background-color css
<style>
a { background-color: #3BD125; }
a { background-color: rgb(59,209,37); }
div.DivClassName
{
background-color: #3BD125;
}
.BgClassName
{
background-color: #3BD125;
}
</style>
border-color css
<style>
span { border-color: #3BD125; }
span { border-color: rgb(59,209,37); }
td.TdClassName
{
border-color: #3BD125;
}
.TagClassName
{
border-color: #3BD125;
}
</style>