Shades of Lime Green #3BDC27
Tints of Lime Green #3BDC27
RGB
CMYK
RGB Variations
Color information
#3BDC27 (or 0x3BDC27) is known color: Lime Green. HEX triplet: 3B, DC and 27. RGB value is (59,220,39). Sum of RGB (Red+Green+Blue) = 59+220+39=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 220 (86.33% from 255 or 69.18% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDC27 is #C423D8. Grayscale: #979797. Windows color (decimal): -12854233 or 2612283. OLE color: 2612283.
HSL color Cylindrical-coordinate representation of color #3BDC27: hue angle of 113.37º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3BDC27 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 39 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.14 |
| HSL | 113.37º | 0.72% | 0.51% | - |
| HSV(B) | 113.37º | 0.82% | 0.86% | - |
| XYZ | 27.76 | 52.26 | 10.54 | - |
| YUV | 151.23 | 64.66 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 39 | 0.73 | 0 | 0.82 | 0.14 | 113.37 | 0.72 | 0.51 |
| Hex | 3B | DC | 27 | 49 | 0 | 52 | E | 71 | 48 | 33 |
| Octal | 73 | 334 | 47 | 111 | 0 | 122 | 16 | 161 | 110 | 63 |
| Binary | 111011 | 11011100 | 100111 | 1001001 | 0 | 1010010 | 1110 | 1110001 | 1001000 | 110011 |
Color Harmonies of #3BDC27
Complementary color
Monochromatic Colors of #3BDC27
Black with #3BDC27
Text Example
Text Example
White with #3BDC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDC27; }
p { color: rgb(59,220,39); }
H1.HeaderClassName
{
color: #3BDC27;
}
.AnyTagClassName
{
color: #3BDC27;
}
</style>
background-color css
<style>
a { background-color: #3BDC27; }
a { background-color: rgb(59,220,39); }
div.DivClassName
{
background-color: #3BDC27;
}
.BgClassName
{
background-color: #3BDC27;
}
</style>
border-color css
<style>
span { border-color: #3BDC27; }
span { border-color: rgb(59,220,39); }
td.TdClassName
{
border-color: #3BDC27;
}
.TagClassName
{
border-color: #3BDC27;
}
</style>