Shades of Lime Green #3CC430
Tints of Lime Green #3CC430
RGB
CMYK
RGB Variations
Color information
#3CC430 (or 0x3CC430) is known color: Lime Green. HEX triplet: 3C, C4 and 30. RGB value is (60,196,48). Sum of RGB (Red+Green+Blue) = 60+196+48=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 196 (76.95% from 255 or 64.47% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC430 is #C33BCF. Grayscale: #8A8A8A. Windows color (decimal): -12794832 or 3195964. OLE color: 3195964.
HSL color Cylindrical-coordinate representation of color #3CC430: hue angle of 115.14º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CC430 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 196 | 48 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.23 |
| HSL | 115.14º | 0.61% | 0.48% | - |
| HSV(B) | 115.14º | 0.76% | 0.77% | - |
| XYZ | 22.14 | 40.65 | 9.48 | - |
| YUV | 138.46 | 76.94 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 196 | 48 | 0.69 | 0 | 0.76 | 0.23 | 115.14 | 0.61 | 0.48 |
| Hex | 3C | C4 | 30 | 45 | 0 | 4C | 17 | 73 | 3D | 30 |
| Octal | 74 | 304 | 60 | 105 | 0 | 114 | 27 | 163 | 75 | 60 |
| Binary | 111100 | 11000100 | 110000 | 1000101 | 0 | 1001100 | 10111 | 1110011 | 111101 | 110000 |
Color Harmonies of #3CC430
Complementary color
Monochromatic Colors of #3CC430
Black with #3CC430
Text Example
Text Example
White with #3CC430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC430; }
p { color: rgb(60,196,48); }
H1.HeaderClassName
{
color: #3CC430;
}
.AnyTagClassName
{
color: #3CC430;
}
</style>
background-color css
<style>
a { background-color: #3CC430; }
a { background-color: rgb(60,196,48); }
div.DivClassName
{
background-color: #3CC430;
}
.BgClassName
{
background-color: #3CC430;
}
</style>
border-color css
<style>
span { border-color: #3CC430; }
span { border-color: rgb(60,196,48); }
td.TdClassName
{
border-color: #3CC430;
}
.TagClassName
{
border-color: #3CC430;
}
</style>