Shades of Lime Green #3CE430
Tints of Lime Green #3CE430
RGB
CMYK
RGB Variations
Color information
#3CE430 (or 0x3CE430) is known color: Lime Green. HEX triplet: 3C, E4 and 30. RGB value is (60,228,48). Sum of RGB (Red+Green+Blue) = 60+228+48=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 228 (89.45% from 255 or 67.86% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 228 - color contains mainly: green. Hex color #3CE430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE430 is #C31BCF. Grayscale: #9D9D9D. Windows color (decimal): -12786640 or 3204156. OLE color: 3204156.
HSL color Cylindrical-coordinate representation of color #3CE430: hue angle of 116º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CE430 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 228 | 48 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.11 |
| HSL | 116º | 0.77% | 0.54% | - |
| HSV(B) | 116º | 0.79% | 0.89% | - |
| XYZ | 30.14 | 56.66 | 12.14 | - |
| YUV | 157.25 | 66.34 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 228 | 48 | 0.74 | 0 | 0.79 | 0.11 | 116 | 0.77 | 0.54 |
| Hex | 3C | E4 | 30 | 4A | 0 | 4F | B | 74 | 4D | 36 |
| Octal | 74 | 344 | 60 | 112 | 0 | 117 | 13 | 164 | 115 | 66 |
| Binary | 111100 | 11100100 | 110000 | 1001010 | 0 | 1001111 | 1011 | 1110100 | 1001101 | 110110 |
Color Harmonies of #3CE430
Complementary color
Monochromatic Colors of #3CE430
Black with #3CE430
Text Example
Text Example
White with #3CE430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE430; }
p { color: rgb(60,228,48); }
H1.HeaderClassName
{
color: #3CE430;
}
.AnyTagClassName
{
color: #3CE430;
}
</style>
background-color css
<style>
a { background-color: #3CE430; }
a { background-color: rgb(60,228,48); }
div.DivClassName
{
background-color: #3CE430;
}
.BgClassName
{
background-color: #3CE430;
}
</style>
border-color css
<style>
span { border-color: #3CE430; }
span { border-color: rgb(60,228,48); }
td.TdClassName
{
border-color: #3CE430;
}
.TagClassName
{
border-color: #3CE430;
}
</style>