Shades of Lime Green #3BE03D
Tints of Lime Green #3BE03D
RGB
CMYK
RGB Variations
Color information
#3BE03D (or 0x3BE03D) is known color: Lime Green. HEX triplet: 3B, E0 and 3D. RGB value is (59,224,61). Sum of RGB (Red+Green+Blue) = 59+224+61=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 224 (87.89% from 255 or 65.12% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE03D is #C41FC2. Grayscale: #9C9C9C. Windows color (decimal): -12853187 or 4055099. OLE color: 4055099.
HSL color Cylindrical-coordinate representation of color #3BE03D: hue angle of 120.73º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE03D is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 224 | 61 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.12 |
| HSL | 120.73º | 0.73% | 0.55% | - |
| HSV(B) | 120.73º | 0.74% | 0.88% | - |
| XYZ | 29.3 | 54.58 | 13.41 | - |
| YUV | 156.08 | 74.34 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 224 | 61 | 0.74 | 0 | 0.73 | 0.12 | 120.73 | 0.73 | 0.55 |
| Hex | 3B | E0 | 3D | 4A | 0 | 49 | C | 79 | 49 | 37 |
| Octal | 73 | 340 | 75 | 112 | 0 | 111 | 14 | 171 | 111 | 67 |
| Binary | 111011 | 11100000 | 111101 | 1001010 | 0 | 1001001 | 1100 | 1111001 | 1001001 | 110111 |
Color Harmonies of #3BE03D
Complementary color
Monochromatic Colors of #3BE03D
Black with #3BE03D
Text Example
Text Example
White with #3BE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE03D; }
p { color: rgb(59,224,61); }
H1.HeaderClassName
{
color: #3BE03D;
}
.AnyTagClassName
{
color: #3BE03D;
}
</style>
background-color css
<style>
a { background-color: #3BE03D; }
a { background-color: rgb(59,224,61); }
div.DivClassName
{
background-color: #3BE03D;
}
.BgClassName
{
background-color: #3BE03D;
}
</style>
border-color css
<style>
span { border-color: #3BE03D; }
span { border-color: rgb(59,224,61); }
td.TdClassName
{
border-color: #3BE03D;
}
.TagClassName
{
border-color: #3BE03D;
}
</style>