Shades of Lime Green #3CB535
Tints of Lime Green #3CB535
RGB
CMYK
RGB Variations
Color information
#3CB535 (or 0x3CB535) is known color: Lime Green. HEX triplet: 3C, B5 and 35. RGB value is (60,181,53). Sum of RGB (Red+Green+Blue) = 60+181+53=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 181 (71.09% from 255 or 61.56% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB535 is #C34ACA. Grayscale: #828282. Windows color (decimal): -12798667 or 3519804. OLE color: 3519804.
HSL color Cylindrical-coordinate representation of color #3CB535: hue angle of 116.72º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CB535 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 53 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.29 |
| HSL | 116.72º | 0.55% | 0.46% | - |
| HSV(B) | 116.72º | 0.71% | 0.71% | - |
| XYZ | 19.03 | 34.27 | 8.98 | - |
| YUV | 130.23 | 84.41 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 53 | 0.67 | 0 | 0.71 | 0.29 | 116.72 | 0.55 | 0.46 |
| Hex | 3C | B5 | 35 | 43 | 0 | 47 | 1D | 75 | 37 | 2E |
| Octal | 74 | 265 | 65 | 103 | 0 | 107 | 35 | 165 | 67 | 56 |
| Binary | 111100 | 10110101 | 110101 | 1000011 | 0 | 1000111 | 11101 | 1110101 | 110111 | 101110 |
Color Harmonies of #3CB535
Complementary color
Monochromatic Colors of #3CB535
Black with #3CB535
Text Example
Text Example
White with #3CB535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB535; }
p { color: rgb(60,181,53); }
H1.HeaderClassName
{
color: #3CB535;
}
.AnyTagClassName
{
color: #3CB535;
}
</style>
background-color css
<style>
a { background-color: #3CB535; }
a { background-color: rgb(60,181,53); }
div.DivClassName
{
background-color: #3CB535;
}
.BgClassName
{
background-color: #3CB535;
}
</style>
border-color css
<style>
span { border-color: #3CB535; }
span { border-color: rgb(60,181,53); }
td.TdClassName
{
border-color: #3CB535;
}
.TagClassName
{
border-color: #3CB535;
}
</style>