Shades of Lime Green #3CC13B
Tints of Lime Green #3CC13B
RGB
CMYK
RGB Variations
Color information
#3CC13B (or 0x3CC13B) is known color: Lime Green. HEX triplet: 3C, C1 and 3B. RGB value is (60,193,59). Sum of RGB (Red+Green+Blue) = 60+193+59=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC13B is #C33EC4. Grayscale: #8A8A8A. Windows color (decimal): -12795589 or 3916092. OLE color: 3916092.
HSL color Cylindrical-coordinate representation of color #3CC13B: hue angle of 119.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC13B is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 193 | 59 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.24 |
| HSL | 119.55º | 0.53% | 0.49% | - |
| HSV(B) | 119.55º | 0.69% | 0.76% | - |
| XYZ | 21.72 | 39.42 | 10.6 | - |
| YUV | 137.96 | 83.44 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 193 | 59 | 0.69 | 0 | 0.69 | 0.24 | 119.55 | 0.53 | 0.49 |
| Hex | 3C | C1 | 3B | 45 | 0 | 45 | 18 | 78 | 35 | 31 |
| Octal | 74 | 301 | 73 | 105 | 0 | 105 | 30 | 170 | 65 | 61 |
| Binary | 111100 | 11000001 | 111011 | 1000101 | 0 | 1000101 | 11000 | 1111000 | 110101 | 110001 |
Color Harmonies of #3CC13B
Complementary color
Monochromatic Colors of #3CC13B
Black with #3CC13B
Text Example
Text Example
White with #3CC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC13B; }
p { color: rgb(60,193,59); }
H1.HeaderClassName
{
color: #3CC13B;
}
.AnyTagClassName
{
color: #3CC13B;
}
</style>
background-color css
<style>
a { background-color: #3CC13B; }
a { background-color: rgb(60,193,59); }
div.DivClassName
{
background-color: #3CC13B;
}
.BgClassName
{
background-color: #3CC13B;
}
</style>
border-color css
<style>
span { border-color: #3CC13B; }
span { border-color: rgb(60,193,59); }
td.TdClassName
{
border-color: #3CC13B;
}
.TagClassName
{
border-color: #3CC13B;
}
</style>