Shades of Lime Green #3CBD3D
Tints of Lime Green #3CBD3D
RGB
CMYK
RGB Variations
Color information
#3CBD3D (or 0x3CBD3D) is known color: Lime Green. HEX triplet: 3C, BD and 3D. RGB value is (60,189,61). Sum of RGB (Red+Green+Blue) = 60+189+61=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBD3D is #C342C2. Grayscale: #888888. Windows color (decimal): -12796611 or 4046140. OLE color: 4046140.
HSL color Cylindrical-coordinate representation of color #3CBD3D: hue angle of 120.47º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBD3D is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 189 | 61 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.26 |
| HSL | 120.47º | 0.52% | 0.49% | - |
| HSV(B) | 120.47º | 0.68% | 0.74% | - |
| XYZ | 20.9 | 37.69 | 10.59 | - |
| YUV | 135.84 | 85.76 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 189 | 61 | 0.68 | 0 | 0.68 | 0.26 | 120.47 | 0.52 | 0.49 |
| Hex | 3C | BD | 3D | 44 | 0 | 44 | 1A | 78 | 34 | 31 |
| Octal | 74 | 275 | 75 | 104 | 0 | 104 | 32 | 170 | 64 | 61 |
| Binary | 111100 | 10111101 | 111101 | 1000100 | 0 | 1000100 | 11010 | 1111000 | 110100 | 110001 |
Color Harmonies of #3CBD3D
Complementary color
Monochromatic Colors of #3CBD3D
Black with #3CBD3D
Text Example
Text Example
White with #3CBD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBD3D; }
p { color: rgb(60,189,61); }
H1.HeaderClassName
{
color: #3CBD3D;
}
.AnyTagClassName
{
color: #3CBD3D;
}
</style>
background-color css
<style>
a { background-color: #3CBD3D; }
a { background-color: rgb(60,189,61); }
div.DivClassName
{
background-color: #3CBD3D;
}
.BgClassName
{
background-color: #3CBD3D;
}
</style>
border-color css
<style>
span { border-color: #3CBD3D; }
span { border-color: rgb(60,189,61); }
td.TdClassName
{
border-color: #3CBD3D;
}
.TagClassName
{
border-color: #3CBD3D;
}
</style>