Shades of Lime Green #3BC927
Tints of Lime Green #3BC927
RGB
CMYK
RGB Variations
Color information
#3BC927 (or 0x3BC927) is known color: Lime Green. HEX triplet: 3B, C9 and 27. RGB value is (59,201,39). Sum of RGB (Red+Green+Blue) = 59+201+39=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 201 (78.91% from 255 or 67.22% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 201 - color contains mainly: green. Hex color #3BC927 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC927 is #C436D8. Grayscale: #8C8C8C. Windows color (decimal): -12859097 or 2607419. OLE color: 2607419.
HSL color Cylindrical-coordinate representation of color #3BC927: hue angle of 112.59º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3BC927 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 201 | 39 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.21 |
| HSL | 112.59º | 0.68% | 0.47% | - |
| HSV(B) | 112.59º | 0.81% | 0.79% | - |
| XYZ | 23.06 | 42.85 | 8.98 | - |
| YUV | 140.07 | 70.96 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 201 | 39 | 0.71 | 0 | 0.81 | 0.21 | 112.59 | 0.68 | 0.47 |
| Hex | 3B | C9 | 27 | 47 | 0 | 51 | 15 | 71 | 44 | 2F |
| Octal | 73 | 311 | 47 | 107 | 0 | 121 | 25 | 161 | 104 | 57 |
| Binary | 111011 | 11001001 | 100111 | 1000111 | 0 | 1010001 | 10101 | 1110001 | 1000100 | 101111 |
Color Harmonies of #3BC927
Complementary color
Monochromatic Colors of #3BC927
Black with #3BC927
Text Example
Text Example
White with #3BC927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC927; }
p { color: rgb(59,201,39); }
H1.HeaderClassName
{
color: #3BC927;
}
.AnyTagClassName
{
color: #3BC927;
}
</style>
background-color css
<style>
a { background-color: #3BC927; }
a { background-color: rgb(59,201,39); }
div.DivClassName
{
background-color: #3BC927;
}
.BgClassName
{
background-color: #3BC927;
}
</style>
border-color css
<style>
span { border-color: #3BC927; }
span { border-color: rgb(59,201,39); }
td.TdClassName
{
border-color: #3BC927;
}
.TagClassName
{
border-color: #3BC927;
}
</style>