Shades of Lime Green #3CB331
Tints of Lime Green #3CB331
RGB
CMYK
RGB Variations
Color information
#3CB331 (or 0x3CB331) is known color: Lime Green. HEX triplet: 3C, B3 and 31. RGB value is (60,179,49). Sum of RGB (Red+Green+Blue) = 60+179+49=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 179 (70.31% from 255 or 62.15% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB331 is #C34CCE. Grayscale: #818181. Windows color (decimal): -12799183 or 3257148. OLE color: 3257148.
HSL color Cylindrical-coordinate representation of color #3CB331: hue angle of 114.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CB331 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 179 | 49 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.30 |
| HSL | 114.92º | 0.57% | 0.45% | - |
| HSV(B) | 114.92º | 0.73% | 0.7% | - |
| XYZ | 18.54 | 33.42 | 8.38 | - |
| YUV | 128.6 | 83.08 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 179 | 49 | 0.66 | 0 | 0.73 | 0.30 | 114.92 | 0.57 | 0.45 |
| Hex | 3C | B3 | 31 | 42 | 0 | 49 | 1E | 73 | 39 | 2D |
| Octal | 74 | 263 | 61 | 102 | 0 | 111 | 36 | 163 | 71 | 55 |
| Binary | 111100 | 10110011 | 110001 | 1000010 | 0 | 1001001 | 11110 | 1110011 | 111001 | 101101 |
Color Harmonies of #3CB331
Complementary color
Monochromatic Colors of #3CB331
Black with #3CB331
Text Example
Text Example
White with #3CB331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB331; }
p { color: rgb(60,179,49); }
H1.HeaderClassName
{
color: #3CB331;
}
.AnyTagClassName
{
color: #3CB331;
}
</style>
background-color css
<style>
a { background-color: #3CB331; }
a { background-color: rgb(60,179,49); }
div.DivClassName
{
background-color: #3CB331;
}
.BgClassName
{
background-color: #3CB331;
}
</style>
border-color css
<style>
span { border-color: #3CB331; }
span { border-color: rgb(60,179,49); }
td.TdClassName
{
border-color: #3CB331;
}
.TagClassName
{
border-color: #3CB331;
}
</style>