Shades of Lime Green #3CE830
Tints of Lime Green #3CE830
RGB
CMYK
RGB Variations
Color information
#3CE830 (or 0x3CE830) is known color: Lime Green. HEX triplet: 3C, E8 and 30. RGB value is (60,232,48). Sum of RGB (Red+Green+Blue) = 60+232+48=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 232 (91.02% from 255 or 68.24% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 232 - color contains mainly: green. Hex color #3CE830 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE830 is #C317CF. Grayscale: #A0A0A0. Windows color (decimal): -12785616 or 3205180. OLE color: 3205180.
HSL color Cylindrical-coordinate representation of color #3CE830: hue angle of 116.09º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CE830 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 232 | 48 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.09 |
| HSL | 116.09º | 0.8% | 0.55% | - |
| HSV(B) | 116.09º | 0.79% | 0.91% | - |
| XYZ | 31.25 | 58.89 | 12.52 | - |
| YUV | 159.6 | 65.02 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 232 | 48 | 0.74 | 0 | 0.79 | 0.09 | 116.09 | 0.8 | 0.55 |
| Hex | 3C | E8 | 30 | 4A | 0 | 4F | 9 | 74 | 50 | 37 |
| Octal | 74 | 350 | 60 | 112 | 0 | 117 | 11 | 164 | 120 | 67 |
| Binary | 111100 | 11101000 | 110000 | 1001010 | 0 | 1001111 | 1001 | 1110100 | 1010000 | 110111 |
Color Harmonies of #3CE830
Complementary color
Monochromatic Colors of #3CE830
Black with #3CE830
Text Example
Text Example
White with #3CE830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE830; }
p { color: rgb(60,232,48); }
H1.HeaderClassName
{
color: #3CE830;
}
.AnyTagClassName
{
color: #3CE830;
}
</style>
background-color css
<style>
a { background-color: #3CE830; }
a { background-color: rgb(60,232,48); }
div.DivClassName
{
background-color: #3CE830;
}
.BgClassName
{
background-color: #3CE830;
}
</style>
border-color css
<style>
span { border-color: #3CE830; }
span { border-color: rgb(60,232,48); }
td.TdClassName
{
border-color: #3CE830;
}
.TagClassName
{
border-color: #3CE830;
}
</style>