Shades of Lime Green #3CB52B
Tints of Lime Green #3CB52B
RGB
CMYK
RGB Variations
Color information
#3CB52B (or 0x3CB52B) is known color: Lime Green. HEX triplet: 3C, B5 and 2B. RGB value is (60,181,43). Sum of RGB (Red+Green+Blue) = 60+181+43=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 181 (71.09% from 255 or 63.73% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB52B is #C34AD4. Grayscale: #818181. Windows color (decimal): -12798677 or 2864444. OLE color: 2864444.
HSL color Cylindrical-coordinate representation of color #3CB52B: hue angle of 112.61º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CB52B is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 43 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.29 |
| HSL | 112.61º | 0.62% | 0.44% | - |
| HSV(B) | 112.61º | 0.76% | 0.71% | - |
| XYZ | 18.82 | 34.18 | 7.89 | - |
| YUV | 129.09 | 79.41 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 43 | 0.67 | 0 | 0.76 | 0.29 | 112.61 | 0.62 | 0.44 |
| Hex | 3C | B5 | 2B | 43 | 0 | 4C | 1D | 71 | 3E | 2C |
| Octal | 74 | 265 | 53 | 103 | 0 | 114 | 35 | 161 | 76 | 54 |
| Binary | 111100 | 10110101 | 101011 | 1000011 | 0 | 1001100 | 11101 | 1110001 | 111110 | 101100 |
Color Harmonies of #3CB52B
Complementary color
Monochromatic Colors of #3CB52B
Black with #3CB52B
Text Example
Text Example
White with #3CB52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB52B; }
p { color: rgb(60,181,43); }
H1.HeaderClassName
{
color: #3CB52B;
}
.AnyTagClassName
{
color: #3CB52B;
}
</style>
background-color css
<style>
a { background-color: #3CB52B; }
a { background-color: rgb(60,181,43); }
div.DivClassName
{
background-color: #3CB52B;
}
.BgClassName
{
background-color: #3CB52B;
}
</style>
border-color css
<style>
span { border-color: #3CB52B; }
span { border-color: rgb(60,181,43); }
td.TdClassName
{
border-color: #3CB52B;
}
.TagClassName
{
border-color: #3CB52B;
}
</style>