Shades of Lime Green #3BCC38
Tints of Lime Green #3BCC38
RGB
CMYK
RGB Variations
Color information
#3BCC38 (or 0x3BCC38) is known color: Lime Green. HEX triplet: 3B, CC and 38. RGB value is (59,204,56). Sum of RGB (Red+Green+Blue) = 59+204+56=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 204 (80.08% from 255 or 63.95% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 204 - color contains mainly: green. Hex color #3BCC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCC38 is #C433C7. Grayscale: #909090. Windows color (decimal): -12858312 or 3722299. OLE color: 3722299.
HSL color Cylindrical-coordinate representation of color #3BCC38: hue angle of 118.78º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCC38 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 204 | 56 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.2 |
| HSL | 118.78º | 0.59% | 0.51% | - |
| HSV(B) | 118.78º | 0.73% | 0.8% | - |
| XYZ | 24.11 | 44.4 | 11.04 | - |
| YUV | 143.77 | 78.46 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 204 | 56 | 0.71 | 0 | 0.73 | 0.2 | 118.78 | 0.59 | 0.51 |
| Hex | 3B | CC | 38 | 47 | 0 | 49 | 14 | 77 | 3B | 33 |
| Octal | 73 | 314 | 70 | 107 | 0 | 111 | 24 | 167 | 73 | 63 |
| Binary | 111011 | 11001100 | 111000 | 1000111 | 0 | 1001001 | 10100 | 1110111 | 111011 | 110011 |
Color Harmonies of #3BCC38
Complementary color
Monochromatic Colors of #3BCC38
Black with #3BCC38
Text Example
Text Example
White with #3BCC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCC38; }
p { color: rgb(59,204,56); }
H1.HeaderClassName
{
color: #3BCC38;
}
.AnyTagClassName
{
color: #3BCC38;
}
</style>
background-color css
<style>
a { background-color: #3BCC38; }
a { background-color: rgb(59,204,56); }
div.DivClassName
{
background-color: #3BCC38;
}
.BgClassName
{
background-color: #3BCC38;
}
</style>
border-color css
<style>
span { border-color: #3BCC38; }
span { border-color: rgb(59,204,56); }
td.TdClassName
{
border-color: #3BCC38;
}
.TagClassName
{
border-color: #3BCC38;
}
</style>