Shades of Lime Green #3CBC34
Tints of Lime Green #3CBC34
RGB
CMYK
RGB Variations
Color information
#3CBC34 (or 0x3CBC34) is known color: Lime Green. HEX triplet: 3C, BC and 34. RGB value is (60,188,52). Sum of RGB (Red+Green+Blue) = 60+188+52=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBC34 is #C343CB. Grayscale: #868686. Windows color (decimal): -12796876 or 3456060. OLE color: 3456060.
HSL color Cylindrical-coordinate representation of color #3CBC34: hue angle of 116.47º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CBC34 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 52 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.26 |
| HSL | 116.47º | 0.57% | 0.47% | - |
| HSV(B) | 116.47º | 0.72% | 0.74% | - |
| XYZ | 20.47 | 37.18 | 9.35 | - |
| YUV | 134.22 | 81.59 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 52 | 0.68 | 0 | 0.72 | 0.26 | 116.47 | 0.57 | 0.47 |
| Hex | 3C | BC | 34 | 44 | 0 | 48 | 1A | 74 | 39 | 2F |
| Octal | 74 | 274 | 64 | 104 | 0 | 110 | 32 | 164 | 71 | 57 |
| Binary | 111100 | 10111100 | 110100 | 1000100 | 0 | 1001000 | 11010 | 1110100 | 111001 | 101111 |
Color Harmonies of #3CBC34
Complementary color
Monochromatic Colors of #3CBC34
Black with #3CBC34
Text Example
Text Example
White with #3CBC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC34; }
p { color: rgb(60,188,52); }
H1.HeaderClassName
{
color: #3CBC34;
}
.AnyTagClassName
{
color: #3CBC34;
}
</style>
background-color css
<style>
a { background-color: #3CBC34; }
a { background-color: rgb(60,188,52); }
div.DivClassName
{
background-color: #3CBC34;
}
.BgClassName
{
background-color: #3CBC34;
}
</style>
border-color css
<style>
span { border-color: #3CBC34; }
span { border-color: rgb(60,188,52); }
td.TdClassName
{
border-color: #3CBC34;
}
.TagClassName
{
border-color: #3CBC34;
}
</style>