Shades of Lime Green #3BD653
Tints of Lime Green #3BD653
RGB
CMYK
RGB Variations
Color information
#3BD653 (or 0x3BD653) is known color: Lime Green. HEX triplet: 3B, D6 and 53. RGB value is (59,214,83). Sum of RGB (Red+Green+Blue) = 59+214+83=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD653 is #C429AC. Grayscale: #999999. Windows color (decimal): -12855725 or 5494331. OLE color: 5494331.
HSL color Cylindrical-coordinate representation of color #3BD653: hue angle of 129.29º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD653 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 83 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.16 |
| HSL | 129.29º | 0.65% | 0.54% | - |
| HSV(B) | 129.29º | 0.72% | 0.84% | - |
| XYZ | 27.41 | 49.65 | 16.32 | - |
| YUV | 152.72 | 88.65 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 83 | 0.72 | 0 | 0.61 | 0.16 | 129.29 | 0.65 | 0.54 |
| Hex | 3B | D6 | 53 | 48 | 0 | 3D | 10 | 81 | 41 | 36 |
| Octal | 73 | 326 | 123 | 110 | 0 | 75 | 20 | 201 | 101 | 66 |
| Binary | 111011 | 11010110 | 1010011 | 1001000 | 0 | 111101 | 10000 | 10000001 | 1000001 | 110110 |
Color Harmonies of #3BD653
Complementary color
Monochromatic Colors of #3BD653
Black with #3BD653
Text Example
Text Example
White with #3BD653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD653; }
p { color: rgb(59,214,83); }
H1.HeaderClassName
{
color: #3BD653;
}
.AnyTagClassName
{
color: #3BD653;
}
</style>
background-color css
<style>
a { background-color: #3BD653; }
a { background-color: rgb(59,214,83); }
div.DivClassName
{
background-color: #3BD653;
}
.BgClassName
{
background-color: #3BD653;
}
</style>
border-color css
<style>
span { border-color: #3BD653; }
span { border-color: rgb(59,214,83); }
td.TdClassName
{
border-color: #3BD653;
}
.TagClassName
{
border-color: #3BD653;
}
</style>