Shades of Lime Green #3CBB42
Tints of Lime Green #3CBB42
RGB
CMYK
RGB Variations
Color information
#3CBB42 (or 0x3CBB42) is known color: Lime Green. HEX triplet: 3C, BB and 42. RGB value is (60,187,66). Sum of RGB (Red+Green+Blue) = 60+187+66=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 187 (73.44% from 255 or 59.74% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBB42 is #C344BD. Grayscale: #878787. Windows color (decimal): -12797118 or 4373308. OLE color: 4373308.
HSL color Cylindrical-coordinate representation of color #3CBB42: hue angle of 122.83º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBB42 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 187 | 66 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.27 |
| HSL | 122.83º | 0.51% | 0.48% | - |
| HSV(B) | 122.83º | 0.68% | 0.73% | - |
| XYZ | 20.62 | 36.89 | 11.19 | - |
| YUV | 135.23 | 88.92 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 187 | 66 | 0.68 | 0 | 0.65 | 0.27 | 122.83 | 0.51 | 0.48 |
| Hex | 3C | BB | 42 | 44 | 0 | 41 | 1B | 7B | 33 | 30 |
| Octal | 74 | 273 | 102 | 104 | 0 | 101 | 33 | 173 | 63 | 60 |
| Binary | 111100 | 10111011 | 1000010 | 1000100 | 0 | 1000001 | 11011 | 1111011 | 110011 | 110000 |
Color Harmonies of #3CBB42
Complementary color
Monochromatic Colors of #3CBB42
Black with #3CBB42
Text Example
Text Example
White with #3CBB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBB42; }
p { color: rgb(60,187,66); }
H1.HeaderClassName
{
color: #3CBB42;
}
.AnyTagClassName
{
color: #3CBB42;
}
</style>
background-color css
<style>
a { background-color: #3CBB42; }
a { background-color: rgb(60,187,66); }
div.DivClassName
{
background-color: #3CBB42;
}
.BgClassName
{
background-color: #3CBB42;
}
</style>
border-color css
<style>
span { border-color: #3CBB42; }
span { border-color: rgb(60,187,66); }
td.TdClassName
{
border-color: #3CBB42;
}
.TagClassName
{
border-color: #3CBB42;
}
</style>