Shades of Lime Green #3CB53C
Tints of Lime Green #3CB53C
RGB
CMYK
RGB Variations
Color information
#3CB53C (or 0x3CB53C) is known color: Lime Green. HEX triplet: 3C, B5 and 3C. RGB value is (60,181,60). Sum of RGB (Red+Green+Blue) = 60+181+60=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB53C is #C34AC3. Grayscale: #838383. Windows color (decimal): -12798660 or 3978556. OLE color: 3978556.
HSL color Cylindrical-coordinate representation of color #3CB53C: hue angle of 120º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB53C is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 60 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.29 |
| HSL | 120º | 0.5% | 0.47% | - |
| HSV(B) | 120º | 0.67% | 0.71% | - |
| XYZ | 19.2 | 34.33 | 9.89 | - |
| YUV | 131.03 | 87.91 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 60 | 0.67 | 0 | 0.67 | 0.29 | 120 | 0.5 | 0.47 |
| Hex | 3C | B5 | 3C | 43 | 0 | 43 | 1D | 78 | 32 | 2F |
| Octal | 74 | 265 | 74 | 103 | 0 | 103 | 35 | 170 | 62 | 57 |
| Binary | 111100 | 10110101 | 111100 | 1000011 | 0 | 1000011 | 11101 | 1111000 | 110010 | 101111 |
Color Harmonies of #3CB53C
Complementary color
Monochromatic Colors of #3CB53C
Black with #3CB53C
Text Example
Text Example
White with #3CB53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB53C; }
p { color: rgb(60,181,60); }
H1.HeaderClassName
{
color: #3CB53C;
}
.AnyTagClassName
{
color: #3CB53C;
}
</style>
background-color css
<style>
a { background-color: #3CB53C; }
a { background-color: rgb(60,181,60); }
div.DivClassName
{
background-color: #3CB53C;
}
.BgClassName
{
background-color: #3CB53C;
}
</style>
border-color css
<style>
span { border-color: #3CB53C; }
span { border-color: rgb(60,181,60); }
td.TdClassName
{
border-color: #3CB53C;
}
.TagClassName
{
border-color: #3CB53C;
}
</style>