Shades of Lime Green #3CBA27
Tints of Lime Green #3CBA27
RGB
CMYK
RGB Variations
Color information
#3CBA27 (or 0x3CBA27) is known color: Lime Green. HEX triplet: 3C, BA and 27. RGB value is (60,186,39). Sum of RGB (Red+Green+Blue) = 60+186+39=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBA27 is #C345D8. Grayscale: #848484. Windows color (decimal): -12797401 or 2603580. OLE color: 2603580.
HSL color Cylindrical-coordinate representation of color #3CBA27: hue angle of 111.43º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CBA27 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 186 | 39 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.27 |
| HSL | 111.43º | 0.65% | 0.44% | - |
| HSV(B) | 111.43º | 0.79% | 0.73% | - |
| XYZ | 19.79 | 36.22 | 7.87 | - |
| YUV | 131.57 | 75.76 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 39 | 0.68 | 0 | 0.79 | 0.27 | 111.43 | 0.65 | 0.44 |
| Hex | 3C | BA | 27 | 44 | 0 | 4F | 1B | 6F | 41 | 2C |
| Octal | 74 | 272 | 47 | 104 | 0 | 117 | 33 | 157 | 101 | 54 |
| Binary | 111100 | 10111010 | 100111 | 1000100 | 0 | 1001111 | 11011 | 1101111 | 1000001 | 101100 |
Color Harmonies of #3CBA27
Complementary color
Monochromatic Colors of #3CBA27
Black with #3CBA27
Text Example
Text Example
White with #3CBA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBA27; }
p { color: rgb(60,186,39); }
H1.HeaderClassName
{
color: #3CBA27;
}
.AnyTagClassName
{
color: #3CBA27;
}
</style>
background-color css
<style>
a { background-color: #3CBA27; }
a { background-color: rgb(60,186,39); }
div.DivClassName
{
background-color: #3CBA27;
}
.BgClassName
{
background-color: #3CBA27;
}
</style>
border-color css
<style>
span { border-color: #3CBA27; }
span { border-color: rgb(60,186,39); }
td.TdClassName
{
border-color: #3CBA27;
}
.TagClassName
{
border-color: #3CBA27;
}
</style>