Shades of Lime Green #3BD023
Tints of Lime Green #3BD023
RGB
CMYK
RGB Variations
Color information
#3BD023 (or 0x3BD023) is known color: Lime Green. HEX triplet: 3B, D0 and 23. RGB value is (59,208,35). Sum of RGB (Red+Green+Blue) = 59+208+35=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 208 (81.64% from 255 or 68.87% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD023 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD023 is #C42FDC. Grayscale: #909090. Windows color (decimal): -12857309 or 2347067. OLE color: 2347067.
HSL color Cylindrical-coordinate representation of color #3BD023: hue angle of 111.68º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3BD023 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 208 | 35 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.18 |
| HSL | 111.68º | 0.71% | 0.48% | - |
| HSV(B) | 111.68º | 0.83% | 0.82% | - |
| XYZ | 24.66 | 46.16 | 9.2 | - |
| YUV | 143.73 | 66.64 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 208 | 35 | 0.72 | 0 | 0.83 | 0.18 | 111.68 | 0.71 | 0.48 |
| Hex | 3B | D0 | 23 | 48 | 0 | 53 | 12 | 70 | 47 | 30 |
| Octal | 73 | 320 | 43 | 110 | 0 | 123 | 22 | 160 | 107 | 60 |
| Binary | 111011 | 11010000 | 100011 | 1001000 | 0 | 1010011 | 10010 | 1110000 | 1000111 | 110000 |
Color Harmonies of #3BD023
Complementary color
Monochromatic Colors of #3BD023
Black with #3BD023
Text Example
Text Example
White with #3BD023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD023; }
p { color: rgb(59,208,35); }
H1.HeaderClassName
{
color: #3BD023;
}
.AnyTagClassName
{
color: #3BD023;
}
</style>
background-color css
<style>
a { background-color: #3BD023; }
a { background-color: rgb(59,208,35); }
div.DivClassName
{
background-color: #3BD023;
}
.BgClassName
{
background-color: #3BD023;
}
</style>
border-color css
<style>
span { border-color: #3BD023; }
span { border-color: rgb(59,208,35); }
td.TdClassName
{
border-color: #3BD023;
}
.TagClassName
{
border-color: #3BD023;
}
</style>