Shades of Lime Green #3BE41D
Tints of Lime Green #3BE41D
RGB
CMYK
RGB Variations
Color information
#3BE41D (or 0x3BE41D) is known color: Lime Green. HEX triplet: 3B, E4 and 1D. RGB value is (59,228,29). Sum of RGB (Red+Green+Blue) = 59+228+29=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 228 (89.45% from 255 or 72.15% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE41D is #C41BE2. Grayscale: #9B9B9B. Windows color (decimal): -12852195 or 1958971. OLE color: 1958971.
HSL color Cylindrical-coordinate representation of color #3BE41D: hue angle of 110.95º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3BE41D is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 228 | 29 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.11 |
| HSL | 110.95º | 0.79% | 0.5% | - |
| HSV(B) | 110.95º | 0.87% | 0.89% | - |
| XYZ | 29.77 | 56.51 | 10.5 | - |
| YUV | 154.78 | 57.01 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 228 | 29 | 0.74 | 0 | 0.87 | 0.11 | 110.95 | 0.79 | 0.5 |
| Hex | 3B | E4 | 1D | 4A | 0 | 57 | B | 6F | 4F | 32 |
| Octal | 73 | 344 | 35 | 112 | 0 | 127 | 13 | 157 | 117 | 62 |
| Binary | 111011 | 11100100 | 11101 | 1001010 | 0 | 1010111 | 1011 | 1101111 | 1001111 | 110010 |
Color Harmonies of #3BE41D
Complementary color
Monochromatic Colors of #3BE41D
Black with #3BE41D
Text Example
Text Example
White with #3BE41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE41D; }
p { color: rgb(59,228,29); }
H1.HeaderClassName
{
color: #3BE41D;
}
.AnyTagClassName
{
color: #3BE41D;
}
</style>
background-color css
<style>
a { background-color: #3BE41D; }
a { background-color: rgb(59,228,29); }
div.DivClassName
{
background-color: #3BE41D;
}
.BgClassName
{
background-color: #3BE41D;
}
</style>
border-color css
<style>
span { border-color: #3BE41D; }
span { border-color: rgb(59,228,29); }
td.TdClassName
{
border-color: #3BE41D;
}
.TagClassName
{
border-color: #3BE41D;
}
</style>