Shades of Lime Green #3CB52D
Tints of Lime Green #3CB52D
RGB
CMYK
RGB Variations
Color information
#3CB52D (or 0x3CB52D) is known color: Lime Green. HEX triplet: 3C, B5 and 2D. RGB value is (60,181,45). Sum of RGB (Red+Green+Blue) = 60+181+45=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 181 (71.09% from 255 or 63.29% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB52D is #C34AD2. Grayscale: #818181. Windows color (decimal): -12798675 or 2995516. OLE color: 2995516.
HSL color Cylindrical-coordinate representation of color #3CB52D: hue angle of 113.38º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CB52D is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 45 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.29 |
| HSL | 113.38º | 0.6% | 0.44% | - |
| HSV(B) | 113.38º | 0.75% | 0.71% | - |
| XYZ | 18.86 | 34.2 | 8.09 | - |
| YUV | 129.32 | 80.41 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 45 | 0.67 | 0 | 0.75 | 0.29 | 113.38 | 0.6 | 0.44 |
| Hex | 3C | B5 | 2D | 43 | 0 | 4B | 1D | 71 | 3C | 2C |
| Octal | 74 | 265 | 55 | 103 | 0 | 113 | 35 | 161 | 74 | 54 |
| Binary | 111100 | 10110101 | 101101 | 1000011 | 0 | 1001011 | 11101 | 1110001 | 111100 | 101100 |
Color Harmonies of #3CB52D
Complementary color
Monochromatic Colors of #3CB52D
Black with #3CB52D
Text Example
Text Example
White with #3CB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB52D; }
p { color: rgb(60,181,45); }
H1.HeaderClassName
{
color: #3CB52D;
}
.AnyTagClassName
{
color: #3CB52D;
}
</style>
background-color css
<style>
a { background-color: #3CB52D; }
a { background-color: rgb(60,181,45); }
div.DivClassName
{
background-color: #3CB52D;
}
.BgClassName
{
background-color: #3CB52D;
}
</style>
border-color css
<style>
span { border-color: #3CB52D; }
span { border-color: rgb(60,181,45); }
td.TdClassName
{
border-color: #3CB52D;
}
.TagClassName
{
border-color: #3CB52D;
}
</style>