Shades of Lime Green #3BD725
Tints of Lime Green #3BD725
RGB
CMYK
RGB Variations
Color information
#3BD725 (or 0x3BD725) is known color: Lime Green. HEX triplet: 3B, D7 and 25. RGB value is (59,215,37). Sum of RGB (Red+Green+Blue) = 59+215+37=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 215 (84.38% from 255 or 69.13% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 215 - color contains mainly: green. Hex color #3BD725 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD725 is #C428DA. Grayscale: #949494. Windows color (decimal): -12855515 or 2479931. OLE color: 2479931.
HSL color Cylindrical-coordinate representation of color #3BD725: hue angle of 112.58º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3BD725 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 215 | 37 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.16 |
| HSL | 112.58º | 0.71% | 0.49% | - |
| HSV(B) | 112.58º | 0.83% | 0.84% | - |
| XYZ | 26.44 | 49.66 | 9.94 | - |
| YUV | 148.06 | 65.32 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 215 | 37 | 0.73 | 0 | 0.83 | 0.16 | 112.58 | 0.71 | 0.49 |
| Hex | 3B | D7 | 25 | 49 | 0 | 53 | 10 | 71 | 47 | 31 |
| Octal | 73 | 327 | 45 | 111 | 0 | 123 | 20 | 161 | 107 | 61 |
| Binary | 111011 | 11010111 | 100101 | 1001001 | 0 | 1010011 | 10000 | 1110001 | 1000111 | 110001 |
Color Harmonies of #3BD725
Complementary color
Monochromatic Colors of #3BD725
Black with #3BD725
Text Example
Text Example
White with #3BD725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD725; }
p { color: rgb(59,215,37); }
H1.HeaderClassName
{
color: #3BD725;
}
.AnyTagClassName
{
color: #3BD725;
}
</style>
background-color css
<style>
a { background-color: #3BD725; }
a { background-color: rgb(59,215,37); }
div.DivClassName
{
background-color: #3BD725;
}
.BgClassName
{
background-color: #3BD725;
}
</style>
border-color css
<style>
span { border-color: #3BD725; }
span { border-color: rgb(59,215,37); }
td.TdClassName
{
border-color: #3BD725;
}
.TagClassName
{
border-color: #3BD725;
}
</style>