Shades of Lime Green #3BCD4B
Tints of Lime Green #3BCD4B
RGB
CMYK
RGB Variations
Color information
#3BCD4B (or 0x3BCD4B) is known color: Lime Green. HEX triplet: 3B, CD and 4B. RGB value is (59,205,75). Sum of RGB (Red+Green+Blue) = 59+205+75=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 205 (80.47% from 255 or 60.47% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCD4B is #C432B4. Grayscale: #929292. Windows color (decimal): -12858037 or 4967739. OLE color: 4967739.
HSL color Cylindrical-coordinate representation of color #3BCD4B: hue angle of 126.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCD4B is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 75 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.20 |
| HSL | 126.58º | 0.59% | 0.52% | - |
| HSV(B) | 126.58º | 0.71% | 0.8% | - |
| XYZ | 24.9 | 45.1 | 14.05 | - |
| YUV | 146.53 | 87.63 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 75 | 0.71 | 0 | 0.63 | 0.20 | 126.58 | 0.59 | 0.52 |
| Hex | 3B | CD | 4B | 47 | 0 | 3F | 14 | 7F | 3B | 34 |
| Octal | 73 | 315 | 113 | 107 | 0 | 77 | 24 | 177 | 73 | 64 |
| Binary | 111011 | 11001101 | 1001011 | 1000111 | 0 | 111111 | 10100 | 1111111 | 111011 | 110100 |
Color Harmonies of #3BCD4B
Complementary color
Monochromatic Colors of #3BCD4B
Black with #3BCD4B
Text Example
Text Example
White with #3BCD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD4B; }
p { color: rgb(59,205,75); }
H1.HeaderClassName
{
color: #3BCD4B;
}
.AnyTagClassName
{
color: #3BCD4B;
}
</style>
background-color css
<style>
a { background-color: #3BCD4B; }
a { background-color: rgb(59,205,75); }
div.DivClassName
{
background-color: #3BCD4B;
}
.BgClassName
{
background-color: #3BCD4B;
}
</style>
border-color css
<style>
span { border-color: #3BCD4B; }
span { border-color: rgb(59,205,75); }
td.TdClassName
{
border-color: #3BCD4B;
}
.TagClassName
{
border-color: #3BCD4B;
}
</style>