Shades of Lime Green #3BCF2B
Tints of Lime Green #3BCF2B
RGB
CMYK
RGB Variations
Color information
#3BCF2B (or 0x3BCF2B) is known color: Lime Green. HEX triplet: 3B, CF and 2B. RGB value is (59,207,43). Sum of RGB (Red+Green+Blue) = 59+207+43=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 207 (81.25% from 255 or 66.99% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCF2B is #C430D4. Grayscale: #909090. Windows color (decimal): -12857557 or 2871099. OLE color: 2871099.
HSL color Cylindrical-coordinate representation of color #3BCF2B: hue angle of 114.15º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3BCF2B is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 43 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.19 |
| HSL | 114.15º | 0.66% | 0.49% | - |
| HSV(B) | 114.15º | 0.79% | 0.81% | - |
| XYZ | 24.55 | 45.73 | 9.82 | - |
| YUV | 144.05 | 70.97 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 43 | 0.71 | 0 | 0.79 | 0.19 | 114.15 | 0.66 | 0.49 |
| Hex | 3B | CF | 2B | 47 | 0 | 4F | 13 | 72 | 42 | 31 |
| Octal | 73 | 317 | 53 | 107 | 0 | 117 | 23 | 162 | 102 | 61 |
| Binary | 111011 | 11001111 | 101011 | 1000111 | 0 | 1001111 | 10011 | 1110010 | 1000010 | 110001 |
Color Harmonies of #3BCF2B
Complementary color
Monochromatic Colors of #3BCF2B
Black with #3BCF2B
Text Example
Text Example
White with #3BCF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCF2B; }
p { color: rgb(59,207,43); }
H1.HeaderClassName
{
color: #3BCF2B;
}
.AnyTagClassName
{
color: #3BCF2B;
}
</style>
background-color css
<style>
a { background-color: #3BCF2B; }
a { background-color: rgb(59,207,43); }
div.DivClassName
{
background-color: #3BCF2B;
}
.BgClassName
{
background-color: #3BCF2B;
}
</style>
border-color css
<style>
span { border-color: #3BCF2B; }
span { border-color: rgb(59,207,43); }
td.TdClassName
{
border-color: #3BCF2B;
}
.TagClassName
{
border-color: #3BCF2B;
}
</style>