Shades of Lime Green #3CBB3D
Tints of Lime Green #3CBB3D
RGB
CMYK
RGB Variations
Color information
#3CBB3D (or 0x3CBB3D) is known color: Lime Green. HEX triplet: 3C, BB and 3D. RGB value is (60,187,61). Sum of RGB (Red+Green+Blue) = 60+187+61=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBB3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBB3D is #C344C2. Grayscale: #878787. Windows color (decimal): -12797123 or 4045628. OLE color: 4045628.
HSL color Cylindrical-coordinate representation of color #3CBB3D: hue angle of 120.47º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBB3D is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 187 | 61 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.27 |
| HSL | 120.47º | 0.51% | 0.48% | - |
| HSV(B) | 120.47º | 0.68% | 0.73% | - |
| XYZ | 20.48 | 36.84 | 10.45 | - |
| YUV | 134.66 | 86.42 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 187 | 61 | 0.68 | 0 | 0.67 | 0.27 | 120.47 | 0.51 | 0.48 |
| Hex | 3C | BB | 3D | 44 | 0 | 43 | 1B | 78 | 33 | 30 |
| Octal | 74 | 273 | 75 | 104 | 0 | 103 | 33 | 170 | 63 | 60 |
| Binary | 111100 | 10111011 | 111101 | 1000100 | 0 | 1000011 | 11011 | 1111000 | 110011 | 110000 |
Color Harmonies of #3CBB3D
Complementary color
Monochromatic Colors of #3CBB3D
Black with #3CBB3D
Text Example
Text Example
White with #3CBB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBB3D; }
p { color: rgb(60,187,61); }
H1.HeaderClassName
{
color: #3CBB3D;
}
.AnyTagClassName
{
color: #3CBB3D;
}
</style>
background-color css
<style>
a { background-color: #3CBB3D; }
a { background-color: rgb(60,187,61); }
div.DivClassName
{
background-color: #3CBB3D;
}
.BgClassName
{
background-color: #3CBB3D;
}
</style>
border-color css
<style>
span { border-color: #3CBB3D; }
span { border-color: rgb(60,187,61); }
td.TdClassName
{
border-color: #3CBB3D;
}
.TagClassName
{
border-color: #3CBB3D;
}
</style>