Shades of Lime Green #3BDD25
Tints of Lime Green #3BDD25
RGB
CMYK
RGB Variations
Color information
#3BDD25 (or 0x3BDD25) is known color: Lime Green. HEX triplet: 3B, DD and 25. RGB value is (59,221,37). Sum of RGB (Red+Green+Blue) = 59+221+37=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 221 (86.72% from 255 or 69.72% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDD25 is #C422DA. Grayscale: #989898. Windows color (decimal): -12853979 or 2481467. OLE color: 2481467.
HSL color Cylindrical-coordinate representation of color #3BDD25: hue angle of 112.83º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3BDD25 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 37 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.13 |
| HSL | 112.83º | 0.73% | 0.51% | - |
| HSV(B) | 112.83º | 0.83% | 0.87% | - |
| XYZ | 27.99 | 52.78 | 10.46 | - |
| YUV | 151.59 | 63.33 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 37 | 0.73 | 0 | 0.83 | 0.13 | 112.83 | 0.73 | 0.51 |
| Hex | 3B | DD | 25 | 49 | 0 | 53 | D | 71 | 49 | 33 |
| Octal | 73 | 335 | 45 | 111 | 0 | 123 | 15 | 161 | 111 | 63 |
| Binary | 111011 | 11011101 | 100101 | 1001001 | 0 | 1010011 | 1101 | 1110001 | 1001001 | 110011 |
Color Harmonies of #3BDD25
Complementary color
Monochromatic Colors of #3BDD25
Black with #3BDD25
Text Example
Text Example
White with #3BDD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD25; }
p { color: rgb(59,221,37); }
H1.HeaderClassName
{
color: #3BDD25;
}
.AnyTagClassName
{
color: #3BDD25;
}
</style>
background-color css
<style>
a { background-color: #3BDD25; }
a { background-color: rgb(59,221,37); }
div.DivClassName
{
background-color: #3BDD25;
}
.BgClassName
{
background-color: #3BDD25;
}
</style>
border-color css
<style>
span { border-color: #3BDD25; }
span { border-color: rgb(59,221,37); }
td.TdClassName
{
border-color: #3BDD25;
}
.TagClassName
{
border-color: #3BDD25;
}
</style>