Shades of Lime Green #3CB234
Tints of Lime Green #3CB234
RGB
CMYK
RGB Variations
Color information
#3CB234 (or 0x3CB234) is known color: Lime Green. HEX triplet: 3C, B2 and 34. RGB value is (60,178,52). Sum of RGB (Red+Green+Blue) = 60+178+52=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 178 (69.92% from 255 or 61.38% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB234 is #C34DCB. Grayscale: #808080. Windows color (decimal): -12799436 or 3453500. OLE color: 3453500.
HSL color Cylindrical-coordinate representation of color #3CB234: hue angle of 116.19º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CB234 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 52 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.30 |
| HSL | 116.19º | 0.55% | 0.45% | - |
| HSV(B) | 116.19º | 0.71% | 0.7% | - |
| XYZ | 18.4 | 33.05 | 8.66 | - |
| YUV | 128.35 | 84.91 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 52 | 0.66 | 0 | 0.71 | 0.30 | 116.19 | 0.55 | 0.45 |
| Hex | 3C | B2 | 34 | 42 | 0 | 47 | 1E | 74 | 37 | 2D |
| Octal | 74 | 262 | 64 | 102 | 0 | 107 | 36 | 164 | 67 | 55 |
| Binary | 111100 | 10110010 | 110100 | 1000010 | 0 | 1000111 | 11110 | 1110100 | 110111 | 101101 |
Color Harmonies of #3CB234
Complementary color
Monochromatic Colors of #3CB234
Black with #3CB234
Text Example
Text Example
White with #3CB234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB234; }
p { color: rgb(60,178,52); }
H1.HeaderClassName
{
color: #3CB234;
}
.AnyTagClassName
{
color: #3CB234;
}
</style>
background-color css
<style>
a { background-color: #3CB234; }
a { background-color: rgb(60,178,52); }
div.DivClassName
{
background-color: #3CB234;
}
.BgClassName
{
background-color: #3CB234;
}
</style>
border-color css
<style>
span { border-color: #3CB234; }
span { border-color: rgb(60,178,52); }
td.TdClassName
{
border-color: #3CB234;
}
.TagClassName
{
border-color: #3CB234;
}
</style>