Shades of Lime Green #3BE01B
Tints of Lime Green #3BE01B
RGB
CMYK
RGB Variations
Color information
#3BE01B (or 0x3BE01B) is known color: Lime Green. HEX triplet: 3B, E0 and 1B. RGB value is (59,224,27). Sum of RGB (Red+Green+Blue) = 59+224+27=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 224 (87.89% from 255 or 72.26% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE01B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE01B is #C41FE4. Grayscale: #989898. Windows color (decimal): -12853221 or 1826875. OLE color: 1826875.
HSL color Cylindrical-coordinate representation of color #3BE01B: hue angle of 110.25º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3BE01B is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 224 | 27 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.12 |
| HSL | 110.25º | 0.78% | 0.49% | - |
| HSV(B) | 110.25º | 0.88% | 0.88% | - |
| XYZ | 28.66 | 54.32 | 10.01 | - |
| YUV | 152.21 | 57.34 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 224 | 27 | 0.74 | 0 | 0.88 | 0.12 | 110.25 | 0.78 | 0.49 |
| Hex | 3B | E0 | 1B | 4A | 0 | 58 | C | 6E | 4E | 31 |
| Octal | 73 | 340 | 33 | 112 | 0 | 130 | 14 | 156 | 116 | 61 |
| Binary | 111011 | 11100000 | 11011 | 1001010 | 0 | 1011000 | 1100 | 1101110 | 1001110 | 110001 |
Color Harmonies of #3BE01B
Complementary color
Monochromatic Colors of #3BE01B
Black with #3BE01B
Text Example
Text Example
White with #3BE01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE01B; }
p { color: rgb(59,224,27); }
H1.HeaderClassName
{
color: #3BE01B;
}
.AnyTagClassName
{
color: #3BE01B;
}
</style>
background-color css
<style>
a { background-color: #3BE01B; }
a { background-color: rgb(59,224,27); }
div.DivClassName
{
background-color: #3BE01B;
}
.BgClassName
{
background-color: #3BE01B;
}
</style>
border-color css
<style>
span { border-color: #3BE01B; }
span { border-color: rgb(59,224,27); }
td.TdClassName
{
border-color: #3BE01B;
}
.TagClassName
{
border-color: #3BE01B;
}
</style>