Shades of Lime Green #3CBA34
Tints of Lime Green #3CBA34
RGB
CMYK
RGB Variations
Color information
#3CBA34 (or 0x3CBA34) is known color: Lime Green. HEX triplet: 3C, BA and 34. RGB value is (60,186,52). Sum of RGB (Red+Green+Blue) = 60+186+52=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBA34 is #C345CB. Grayscale: #858585. Windows color (decimal): -12797388 or 3455548. OLE color: 3455548.
HSL color Cylindrical-coordinate representation of color #3CBA34: hue angle of 116.42º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CBA34 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 186 | 52 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.27 |
| HSL | 116.42º | 0.56% | 0.47% | - |
| HSV(B) | 116.42º | 0.72% | 0.73% | - |
| XYZ | 20.04 | 36.33 | 9.2 | - |
| YUV | 133.05 | 82.26 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 52 | 0.68 | 0 | 0.72 | 0.27 | 116.42 | 0.56 | 0.47 |
| Hex | 3C | BA | 34 | 44 | 0 | 48 | 1B | 74 | 38 | 2F |
| Octal | 74 | 272 | 64 | 104 | 0 | 110 | 33 | 164 | 70 | 57 |
| Binary | 111100 | 10111010 | 110100 | 1000100 | 0 | 1001000 | 11011 | 1110100 | 111000 | 101111 |
Color Harmonies of #3CBA34
Complementary color
Monochromatic Colors of #3CBA34
Black with #3CBA34
Text Example
Text Example
White with #3CBA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBA34; }
p { color: rgb(60,186,52); }
H1.HeaderClassName
{
color: #3CBA34;
}
.AnyTagClassName
{
color: #3CBA34;
}
</style>
background-color css
<style>
a { background-color: #3CBA34; }
a { background-color: rgb(60,186,52); }
div.DivClassName
{
background-color: #3CBA34;
}
.BgClassName
{
background-color: #3CBA34;
}
</style>
border-color css
<style>
span { border-color: #3CBA34; }
span { border-color: rgb(60,186,52); }
td.TdClassName
{
border-color: #3CBA34;
}
.TagClassName
{
border-color: #3CBA34;
}
</style>