Shades of Lime Green #3BE62D
Tints of Lime Green #3BE62D
RGB
CMYK
RGB Variations
Color information
#3BE62D (or 0x3BE62D) is known color: Lime Green. HEX triplet: 3B, E6 and 2D. RGB value is (59,230,45). Sum of RGB (Red+Green+Blue) = 59+230+45=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 230 (90.23% from 255 or 68.86% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 230 - color contains mainly: green. Hex color #3BE62D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BE62D is #C419D2. Grayscale: #9E9E9E. Windows color (decimal): -12851667 or 3008059. OLE color: 3008059.
HSL color Cylindrical-coordinate representation of color #3BE62D: hue angle of 115.46º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3BE62D is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 230 | 45 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.10 |
| HSL | 115.46º | 0.79% | 0.54% | - |
| HSV(B) | 115.46º | 0.8% | 0.9% | - |
| XYZ | 30.57 | 57.71 | 12.01 | - |
| YUV | 157.78 | 64.35 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 230 | 45 | 0.74 | 0 | 0.80 | 0.10 | 115.46 | 0.79 | 0.54 |
| Hex | 3B | E6 | 2D | 4A | 0 | 50 | A | 73 | 4F | 36 |
| Octal | 73 | 346 | 55 | 112 | 0 | 120 | 12 | 163 | 117 | 66 |
| Binary | 111011 | 11100110 | 101101 | 1001010 | 0 | 1010000 | 1010 | 1110011 | 1001111 | 110110 |
Color Harmonies of #3BE62D
Complementary color
Monochromatic Colors of #3BE62D
Black with #3BE62D
Text Example
Text Example
White with #3BE62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE62D; }
p { color: rgb(59,230,45); }
H1.HeaderClassName
{
color: #3BE62D;
}
.AnyTagClassName
{
color: #3BE62D;
}
</style>
background-color css
<style>
a { background-color: #3BE62D; }
a { background-color: rgb(59,230,45); }
div.DivClassName
{
background-color: #3BE62D;
}
.BgClassName
{
background-color: #3BE62D;
}
</style>
border-color css
<style>
span { border-color: #3BE62D; }
span { border-color: rgb(59,230,45); }
td.TdClassName
{
border-color: #3BE62D;
}
.TagClassName
{
border-color: #3BE62D;
}
</style>