Shades of Lime Green #3BD623
Tints of Lime Green #3BD623
RGB
CMYK
RGB Variations
Color information
#3BD623 (or 0x3BD623) is known color: Lime Green. HEX triplet: 3B, D6 and 23. RGB value is (59,214,35). Sum of RGB (Red+Green+Blue) = 59+214+35=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 214 (83.98% from 255 or 69.48% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD623 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD623 is #C429DC. Grayscale: #939393. Windows color (decimal): -12855773 or 2348603. OLE color: 2348603.
HSL color Cylindrical-coordinate representation of color #3BD623: hue angle of 111.96º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3BD623 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 35 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.16 |
| HSL | 111.96º | 0.72% | 0.49% | - |
| HSV(B) | 111.96º | 0.84% | 0.84% | - |
| XYZ | 26.15 | 49.14 | 9.7 | - |
| YUV | 147.25 | 64.65 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 35 | 0.72 | 0 | 0.84 | 0.16 | 111.96 | 0.72 | 0.49 |
| Hex | 3B | D6 | 23 | 48 | 0 | 54 | 10 | 70 | 48 | 31 |
| Octal | 73 | 326 | 43 | 110 | 0 | 124 | 20 | 160 | 110 | 61 |
| Binary | 111011 | 11010110 | 100011 | 1001000 | 0 | 1010100 | 10000 | 1110000 | 1001000 | 110001 |
Color Harmonies of #3BD623
Complementary color
Monochromatic Colors of #3BD623
Black with #3BD623
Text Example
Text Example
White with #3BD623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD623; }
p { color: rgb(59,214,35); }
H1.HeaderClassName
{
color: #3BD623;
}
.AnyTagClassName
{
color: #3BD623;
}
</style>
background-color css
<style>
a { background-color: #3BD623; }
a { background-color: rgb(59,214,35); }
div.DivClassName
{
background-color: #3BD623;
}
.BgClassName
{
background-color: #3BD623;
}
</style>
border-color css
<style>
span { border-color: #3BD623; }
span { border-color: rgb(59,214,35); }
td.TdClassName
{
border-color: #3BD623;
}
.TagClassName
{
border-color: #3BD623;
}
</style>