Shades of Lime Green #3BE64D
Tints of Lime Green #3BE64D
RGB
CMYK
RGB Variations
Color information
#3BE64D (or 0x3BE64D) is known color: Lime Green. HEX triplet: 3B, E6 and 4D. RGB value is (59,230,77). Sum of RGB (Red+Green+Blue) = 59+230+77=366 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.12% from 366); Green value is 230 (90.23% from 255 or 62.84% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 230 - color contains mainly: green. Hex color #3BE64D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BE64D is #C419B2. Grayscale: #A1A1A1. Windows color (decimal): -12851635 or 5105211. OLE color: 5105211.
HSL color Cylindrical-coordinate representation of color #3BE64D: hue angle of 126.32º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE64D is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 230 | 77 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.10 |
| HSL | 126.32º | 0.77% | 0.57% | - |
| HSV(B) | 126.32º | 0.74% | 0.9% | - |
| XYZ | 31.44 | 58.06 | 16.57 | - |
| YUV | 161.43 | 80.35 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 230 | 77 | 0.74 | 0 | 0.67 | 0.10 | 126.32 | 0.77 | 0.57 |
| Hex | 3B | E6 | 4D | 4A | 0 | 43 | A | 7E | 4D | 39 |
| Octal | 73 | 346 | 115 | 112 | 0 | 103 | 12 | 176 | 115 | 71 |
| Binary | 111011 | 11100110 | 1001101 | 1001010 | 0 | 1000011 | 1010 | 1111110 | 1001101 | 111001 |
Color Harmonies of #3BE64D
Complementary color
Monochromatic Colors of #3BE64D
Black with #3BE64D
Text Example
Text Example
White with #3BE64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE64D; }
p { color: rgb(59,230,77); }
H1.HeaderClassName
{
color: #3BE64D;
}
.AnyTagClassName
{
color: #3BE64D;
}
</style>
background-color css
<style>
a { background-color: #3BE64D; }
a { background-color: rgb(59,230,77); }
div.DivClassName
{
background-color: #3BE64D;
}
.BgClassName
{
background-color: #3BE64D;
}
</style>
border-color css
<style>
span { border-color: #3BE64D; }
span { border-color: rgb(59,230,77); }
td.TdClassName
{
border-color: #3BE64D;
}
.TagClassName
{
border-color: #3BE64D;
}
</style>