Shades of Lime Green #3BD045
Tints of Lime Green #3BD045
RGB
CMYK
RGB Variations
Color information
#3BD045 (or 0x3BD045) is known color: Lime Green. HEX triplet: 3B, D0 and 45. RGB value is (59,208,69). Sum of RGB (Red+Green+Blue) = 59+208+69=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD045 is #C42FBA. Grayscale: #949494. Windows color (decimal): -12857275 or 4575291. OLE color: 4575291.
HSL color Cylindrical-coordinate representation of color #3BD045: hue angle of 124.03º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD045 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 208 | 69 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.18 |
| HSL | 124.03º | 0.61% | 0.52% | - |
| HSV(B) | 124.03º | 0.72% | 0.82% | - |
| XYZ | 25.43 | 46.47 | 13.26 | - |
| YUV | 147.6 | 83.64 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 208 | 69 | 0.72 | 0 | 0.67 | 0.18 | 124.03 | 0.61 | 0.52 |
| Hex | 3B | D0 | 45 | 48 | 0 | 43 | 12 | 7C | 3D | 34 |
| Octal | 73 | 320 | 105 | 110 | 0 | 103 | 22 | 174 | 75 | 64 |
| Binary | 111011 | 11010000 | 1000101 | 1001000 | 0 | 1000011 | 10010 | 1111100 | 111101 | 110100 |
Color Harmonies of #3BD045
Complementary color
Monochromatic Colors of #3BD045
Black with #3BD045
Text Example
Text Example
White with #3BD045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD045; }
p { color: rgb(59,208,69); }
H1.HeaderClassName
{
color: #3BD045;
}
.AnyTagClassName
{
color: #3BD045;
}
</style>
background-color css
<style>
a { background-color: #3BD045; }
a { background-color: rgb(59,208,69); }
div.DivClassName
{
background-color: #3BD045;
}
.BgClassName
{
background-color: #3BD045;
}
</style>
border-color css
<style>
span { border-color: #3BD045; }
span { border-color: rgb(59,208,69); }
td.TdClassName
{
border-color: #3BD045;
}
.TagClassName
{
border-color: #3BD045;
}
</style>