Shades of Lime Green #3BE14A
Tints of Lime Green #3BE14A
RGB
CMYK
RGB Variations
Color information
#3BE14A (or 0x3BE14A) is known color: Lime Green. HEX triplet: 3B, E1 and 4A. RGB value is (59,225,74). Sum of RGB (Red+Green+Blue) = 59+225+74=358 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.48% from 358); Green value is 225 (88.28% from 255 or 62.85% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE14A is #C41EB5. Grayscale: #9E9E9E. Windows color (decimal): -12852918 or 4907323. OLE color: 4907323.
HSL color Cylindrical-coordinate representation of color #3BE14A: hue angle of 125.42º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE14A is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 225 | 74 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.12 |
| HSL | 125.42º | 0.73% | 0.56% | - |
| HSV(B) | 125.42º | 0.74% | 0.88% | - |
| XYZ | 29.96 | 55.27 | 15.57 | - |
| YUV | 158.15 | 80.5 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 225 | 74 | 0.74 | 0 | 0.67 | 0.12 | 125.42 | 0.73 | 0.56 |
| Hex | 3B | E1 | 4A | 4A | 0 | 43 | C | 7D | 49 | 38 |
| Octal | 73 | 341 | 112 | 112 | 0 | 103 | 14 | 175 | 111 | 70 |
| Binary | 111011 | 11100001 | 1001010 | 1001010 | 0 | 1000011 | 1100 | 1111101 | 1001001 | 111000 |
Color Harmonies of #3BE14A
Complementary color
Monochromatic Colors of #3BE14A
Black with #3BE14A
Text Example
Text Example
White with #3BE14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE14A; }
p { color: rgb(59,225,74); }
H1.HeaderClassName
{
color: #3BE14A;
}
.AnyTagClassName
{
color: #3BE14A;
}
</style>
background-color css
<style>
a { background-color: #3BE14A; }
a { background-color: rgb(59,225,74); }
div.DivClassName
{
background-color: #3BE14A;
}
.BgClassName
{
background-color: #3BE14A;
}
</style>
border-color css
<style>
span { border-color: #3BE14A; }
span { border-color: rgb(59,225,74); }
td.TdClassName
{
border-color: #3BE14A;
}
.TagClassName
{
border-color: #3BE14A;
}
</style>