Shades of Lime Green #3BB430
Tints of Lime Green #3BB430
RGB
CMYK
RGB Variations
Color information
#3BB430 (or 0x3BB430) is known color: Lime Green. HEX triplet: 3B, B4 and 30. RGB value is (59,180,48). Sum of RGB (Red+Green+Blue) = 59+180+48=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 180 (70.70% from 255 or 62.72% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 180 - color contains mainly: green. Hex color #3BB430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB430 is #C44BCF. Grayscale: #818181. Windows color (decimal): -12864464 or 3191867. OLE color: 3191867.
HSL color Cylindrical-coordinate representation of color #3BB430: hue angle of 115º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BB430 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 59 | 180 | 48 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.29 |
| HSL | 115º | 0.58% | 0.45% | - |
| HSV(B) | 115º | 0.73% | 0.71% | - |
| XYZ | 18.66 | 33.79 | 8.33 | - |
| YUV | 128.77 | 82.41 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 180 | 48 | 0.67 | 0 | 0.73 | 0.29 | 115 | 0.58 | 0.45 |
| Hex | 3B | B4 | 30 | 43 | 0 | 49 | 1D | 73 | 3A | 2D |
| Octal | 73 | 264 | 60 | 103 | 0 | 111 | 35 | 163 | 72 | 55 |
| Binary | 111011 | 10110100 | 110000 | 1000011 | 0 | 1001001 | 11101 | 1110011 | 111010 | 101101 |
Color Harmonies of #3BB430
Complementary color
Monochromatic Colors of #3BB430
Black with #3BB430
Text Example
Text Example
White with #3BB430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB430; }
p { color: rgb(59,180,48); }
H1.HeaderClassName
{
color: #3BB430;
}
.AnyTagClassName
{
color: #3BB430;
}
</style>
background-color css
<style>
a { background-color: #3BB430; }
a { background-color: rgb(59,180,48); }
div.DivClassName
{
background-color: #3BB430;
}
.BgClassName
{
background-color: #3BB430;
}
</style>
border-color css
<style>
span { border-color: #3BB430; }
span { border-color: rgb(59,180,48); }
td.TdClassName
{
border-color: #3BB430;
}
.TagClassName
{
border-color: #3BB430;
}
</style>