Shades of Lime Green #3BD225
Tints of Lime Green #3BD225
RGB
CMYK
RGB Variations
Color information
#3BD225 (or 0x3BD225) is known color: Lime Green. HEX triplet: 3B, D2 and 25. RGB value is (59,210,37). Sum of RGB (Red+Green+Blue) = 59+210+37=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 210 (82.42% from 255 or 68.63% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD225 is #C42DDA. Grayscale: #919191. Windows color (decimal): -12856795 or 2478651. OLE color: 2478651.
HSL color Cylindrical-coordinate representation of color #3BD225: hue angle of 112.37º 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 #3BD225 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 210 | 37 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.18 |
| HSL | 112.37º | 0.7% | 0.48% | - |
| HSV(B) | 112.37º | 0.82% | 0.82% | - |
| XYZ | 25.18 | 47.16 | 9.53 | - |
| YUV | 145.13 | 66.97 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 210 | 37 | 0.72 | 0 | 0.82 | 0.18 | 112.37 | 0.7 | 0.48 |
| Hex | 3B | D2 | 25 | 48 | 0 | 52 | 12 | 70 | 46 | 30 |
| Octal | 73 | 322 | 45 | 110 | 0 | 122 | 22 | 160 | 106 | 60 |
| Binary | 111011 | 11010010 | 100101 | 1001000 | 0 | 1010010 | 10010 | 1110000 | 1000110 | 110000 |
Color Harmonies of #3BD225
Complementary color
Monochromatic Colors of #3BD225
Black with #3BD225
Text Example
Text Example
White with #3BD225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD225; }
p { color: rgb(59,210,37); }
H1.HeaderClassName
{
color: #3BD225;
}
.AnyTagClassName
{
color: #3BD225;
}
</style>
background-color css
<style>
a { background-color: #3BD225; }
a { background-color: rgb(59,210,37); }
div.DivClassName
{
background-color: #3BD225;
}
.BgClassName
{
background-color: #3BD225;
}
</style>
border-color css
<style>
span { border-color: #3BD225; }
span { border-color: rgb(59,210,37); }
td.TdClassName
{
border-color: #3BD225;
}
.TagClassName
{
border-color: #3BD225;
}
</style>