Shades of Lime Green #3BE43C
Tints of Lime Green #3BE43C
RGB
CMYK
RGB Variations
Color information
#3BE43C (or 0x3BE43C) is known color: Lime Green. HEX triplet: 3B, E4 and 3C. RGB value is (59,228,60). Sum of RGB (Red+Green+Blue) = 59+228+60=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 228 (89.45% from 255 or 65.71% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE43C is #C41BC3. Grayscale: #9E9E9E. Windows color (decimal): -12852164 or 3990587. OLE color: 3990587.
HSL color Cylindrical-coordinate representation of color #3BE43C: hue angle of 120.36º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE43C is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 228 | 60 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.11 |
| HSL | 120.36º | 0.76% | 0.56% | - |
| HSV(B) | 120.36º | 0.74% | 0.89% | - |
| XYZ | 30.36 | 56.74 | 13.63 | - |
| YUV | 158.32 | 72.51 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 228 | 60 | 0.74 | 0 | 0.74 | 0.11 | 120.36 | 0.76 | 0.56 |
| Hex | 3B | E4 | 3C | 4A | 0 | 4A | B | 78 | 4C | 38 |
| Octal | 73 | 344 | 74 | 112 | 0 | 112 | 13 | 170 | 114 | 70 |
| Binary | 111011 | 11100100 | 111100 | 1001010 | 0 | 1001010 | 1011 | 1111000 | 1001100 | 111000 |
Color Harmonies of #3BE43C
Complementary color
Monochromatic Colors of #3BE43C
Black with #3BE43C
Text Example
Text Example
White with #3BE43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE43C; }
p { color: rgb(59,228,60); }
H1.HeaderClassName
{
color: #3BE43C;
}
.AnyTagClassName
{
color: #3BE43C;
}
</style>
background-color css
<style>
a { background-color: #3BE43C; }
a { background-color: rgb(59,228,60); }
div.DivClassName
{
background-color: #3BE43C;
}
.BgClassName
{
background-color: #3BE43C;
}
</style>
border-color css
<style>
span { border-color: #3BE43C; }
span { border-color: rgb(59,228,60); }
td.TdClassName
{
border-color: #3BE43C;
}
.TagClassName
{
border-color: #3BE43C;
}
</style>