Shades of Lime Green #3CE13B
Tints of Lime Green #3CE13B
RGB
CMYK
RGB Variations
Color information
#3CE13B (or 0x3CE13B) is known color: Lime Green. HEX triplet: 3C, E1 and 3B. RGB value is (60,225,59). Sum of RGB (Red+Green+Blue) = 60+225+59=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 225 (88.28% from 255 or 65.41% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE13B is #C31EC4. Grayscale: #9D9D9D. Windows color (decimal): -12787397 or 3924284. OLE color: 3924284.
HSL color Cylindrical-coordinate representation of color #3CE13B: hue angle of 119.64º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE13B is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 59 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.12 |
| HSL | 119.64º | 0.73% | 0.56% | - |
| HSV(B) | 119.64º | 0.74% | 0.88% | - |
| XYZ | 29.58 | 55.13 | 13.22 | - |
| YUV | 156.74 | 72.84 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 59 | 0.73 | 0 | 0.74 | 0.12 | 119.64 | 0.73 | 0.56 |
| Hex | 3C | E1 | 3B | 49 | 0 | 4A | C | 78 | 49 | 38 |
| Octal | 74 | 341 | 73 | 111 | 0 | 112 | 14 | 170 | 111 | 70 |
| Binary | 111100 | 11100001 | 111011 | 1001001 | 0 | 1001010 | 1100 | 1111000 | 1001001 | 111000 |
Color Harmonies of #3CE13B
Complementary color
Monochromatic Colors of #3CE13B
Black with #3CE13B
Text Example
Text Example
White with #3CE13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE13B; }
p { color: rgb(60,225,59); }
H1.HeaderClassName
{
color: #3CE13B;
}
.AnyTagClassName
{
color: #3CE13B;
}
</style>
background-color css
<style>
a { background-color: #3CE13B; }
a { background-color: rgb(60,225,59); }
div.DivClassName
{
background-color: #3CE13B;
}
.BgClassName
{
background-color: #3CE13B;
}
</style>
border-color css
<style>
span { border-color: #3CE13B; }
span { border-color: rgb(60,225,59); }
td.TdClassName
{
border-color: #3CE13B;
}
.TagClassName
{
border-color: #3CE13B;
}
</style>