Shades of Lime Green #3CB83A
Tints of Lime Green #3CB83A
RGB
CMYK
RGB Variations
Color information
#3CB83A (or 0x3CB83A) is known color: Lime Green. HEX triplet: 3C, B8 and 3A. RGB value is (60,184,58). Sum of RGB (Red+Green+Blue) = 60+184+58=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 184 (72.27% from 255 or 60.93% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB83A is #C347C5. Grayscale: #848484. Windows color (decimal): -12797894 or 3848252. OLE color: 3848252.
HSL color Cylindrical-coordinate representation of color #3CB83A: hue angle of 119.05º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CB83A is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 184 | 58 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.28 |
| HSL | 119.05º | 0.52% | 0.47% | - |
| HSV(B) | 119.05º | 0.68% | 0.72% | - |
| XYZ | 19.77 | 35.55 | 9.82 | - |
| YUV | 132.56 | 85.92 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 58 | 0.67 | 0 | 0.68 | 0.28 | 119.05 | 0.52 | 0.47 |
| Hex | 3C | B8 | 3A | 43 | 0 | 44 | 1C | 77 | 34 | 2F |
| Octal | 74 | 270 | 72 | 103 | 0 | 104 | 34 | 167 | 64 | 57 |
| Binary | 111100 | 10111000 | 111010 | 1000011 | 0 | 1000100 | 11100 | 1110111 | 110100 | 101111 |
Color Harmonies of #3CB83A
Complementary color
Monochromatic Colors of #3CB83A
Black with #3CB83A
Text Example
Text Example
White with #3CB83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB83A; }
p { color: rgb(60,184,58); }
H1.HeaderClassName
{
color: #3CB83A;
}
.AnyTagClassName
{
color: #3CB83A;
}
</style>
background-color css
<style>
a { background-color: #3CB83A; }
a { background-color: rgb(60,184,58); }
div.DivClassName
{
background-color: #3CB83A;
}
.BgClassName
{
background-color: #3CB83A;
}
</style>
border-color css
<style>
span { border-color: #3CB83A; }
span { border-color: rgb(60,184,58); }
td.TdClassName
{
border-color: #3CB83A;
}
.TagClassName
{
border-color: #3CB83A;
}
</style>