Shades of Lime Green #3BB338
Tints of Lime Green #3BB338
RGB
CMYK
RGB Variations
Color information
#3BB338 (or 0x3BB338) is known color: Lime Green. HEX triplet: 3B, B3 and 38. RGB value is (59,179,56). Sum of RGB (Red+Green+Blue) = 59+179+56=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 179 (70.31% from 255 or 60.88% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 179 - color contains mainly: green. Hex color #3BB338 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB338 is #C44CC7. Grayscale: #818181. Windows color (decimal): -12864712 or 3715899. OLE color: 3715899.
HSL color Cylindrical-coordinate representation of color #3BB338: hue angle of 118.54º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BB338 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 59 | 179 | 56 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.30 |
| HSL | 118.54º | 0.52% | 0.46% | - |
| HSV(B) | 118.54º | 0.69% | 0.7% | - |
| XYZ | 18.64 | 33.46 | 9.22 | - |
| YUV | 129.1 | 86.74 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 179 | 56 | 0.67 | 0 | 0.69 | 0.30 | 118.54 | 0.52 | 0.46 |
| Hex | 3B | B3 | 38 | 43 | 0 | 45 | 1E | 77 | 34 | 2E |
| Octal | 73 | 263 | 70 | 103 | 0 | 105 | 36 | 167 | 64 | 56 |
| Binary | 111011 | 10110011 | 111000 | 1000011 | 0 | 1000101 | 11110 | 1110111 | 110100 | 101110 |
Color Harmonies of #3BB338
Complementary color
Monochromatic Colors of #3BB338
Black with #3BB338
Text Example
Text Example
White with #3BB338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB338; }
p { color: rgb(59,179,56); }
H1.HeaderClassName
{
color: #3BB338;
}
.AnyTagClassName
{
color: #3BB338;
}
</style>
background-color css
<style>
a { background-color: #3BB338; }
a { background-color: rgb(59,179,56); }
div.DivClassName
{
background-color: #3BB338;
}
.BgClassName
{
background-color: #3BB338;
}
</style>
border-color css
<style>
span { border-color: #3BB338; }
span { border-color: rgb(59,179,56); }
td.TdClassName
{
border-color: #3BB338;
}
.TagClassName
{
border-color: #3BB338;
}
</style>