Shades of Lime Green #3BD027
Tints of Lime Green #3BD027
RGB
CMYK
RGB Variations
Color information
#3BD027 (or 0x3BD027) is known color: Lime Green. HEX triplet: 3B, D0 and 27. RGB value is (59,208,39). Sum of RGB (Red+Green+Blue) = 59+208+39=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 208 (81.64% from 255 or 67.97% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD027 is #C42FD8. Grayscale: #909090. Windows color (decimal): -12857305 or 2609211. OLE color: 2609211.
HSL color Cylindrical-coordinate representation of color #3BD027: hue angle of 112.9º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3BD027 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 208 | 39 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.18 |
| HSL | 112.9º | 0.68% | 0.48% | - |
| HSV(B) | 112.9º | 0.81% | 0.82% | - |
| XYZ | 24.73 | 46.19 | 9.53 | - |
| YUV | 144.18 | 68.64 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 208 | 39 | 0.72 | 0 | 0.81 | 0.18 | 112.9 | 0.68 | 0.48 |
| Hex | 3B | D0 | 27 | 48 | 0 | 51 | 12 | 71 | 44 | 30 |
| Octal | 73 | 320 | 47 | 110 | 0 | 121 | 22 | 161 | 104 | 60 |
| Binary | 111011 | 11010000 | 100111 | 1001000 | 0 | 1010001 | 10010 | 1110001 | 1000100 | 110000 |
Color Harmonies of #3BD027
Complementary color
Monochromatic Colors of #3BD027
Black with #3BD027
Text Example
Text Example
White with #3BD027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD027; }
p { color: rgb(59,208,39); }
H1.HeaderClassName
{
color: #3BD027;
}
.AnyTagClassName
{
color: #3BD027;
}
</style>
background-color css
<style>
a { background-color: #3BD027; }
a { background-color: rgb(59,208,39); }
div.DivClassName
{
background-color: #3BD027;
}
.BgClassName
{
background-color: #3BD027;
}
</style>
border-color css
<style>
span { border-color: #3BD027; }
span { border-color: rgb(59,208,39); }
td.TdClassName
{
border-color: #3BD027;
}
.TagClassName
{
border-color: #3BD027;
}
</style>