Shades of Lime Green #3CBD2B
Tints of Lime Green #3CBD2B
RGB
CMYK
RGB Variations
Color information
#3CBD2B (or 0x3CBD2B) is known color: Lime Green. HEX triplet: 3C, BD and 2B. RGB value is (60,189,43). Sum of RGB (Red+Green+Blue) = 60+189+43=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 189 (74.22% from 255 or 64.73% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBD2B is #C342D4. Grayscale: #868686. Windows color (decimal): -12796629 or 2866492. OLE color: 2866492.
HSL color Cylindrical-coordinate representation of color #3CBD2B: hue angle of 113.01º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CBD2B is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 189 | 43 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.26 |
| HSL | 113.01º | 0.63% | 0.45% | - |
| HSV(B) | 113.01º | 0.77% | 0.74% | - |
| XYZ | 20.5 | 37.53 | 8.45 | - |
| YUV | 133.79 | 76.76 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 189 | 43 | 0.68 | 0 | 0.77 | 0.26 | 113.01 | 0.63 | 0.45 |
| Hex | 3C | BD | 2B | 44 | 0 | 4D | 1A | 71 | 3F | 2D |
| Octal | 74 | 275 | 53 | 104 | 0 | 115 | 32 | 161 | 77 | 55 |
| Binary | 111100 | 10111101 | 101011 | 1000100 | 0 | 1001101 | 11010 | 1110001 | 111111 | 101101 |
Color Harmonies of #3CBD2B
Complementary color
Monochromatic Colors of #3CBD2B
Black with #3CBD2B
Text Example
Text Example
White with #3CBD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBD2B; }
p { color: rgb(60,189,43); }
H1.HeaderClassName
{
color: #3CBD2B;
}
.AnyTagClassName
{
color: #3CBD2B;
}
</style>
background-color css
<style>
a { background-color: #3CBD2B; }
a { background-color: rgb(60,189,43); }
div.DivClassName
{
background-color: #3CBD2B;
}
.BgClassName
{
background-color: #3CBD2B;
}
</style>
border-color css
<style>
span { border-color: #3CBD2B; }
span { border-color: rgb(60,189,43); }
td.TdClassName
{
border-color: #3CBD2B;
}
.TagClassName
{
border-color: #3CBD2B;
}
</style>