Shades of Lime Green #3BE144
Tints of Lime Green #3BE144
RGB
CMYK
RGB Variations
Color information
#3BE144 (or 0x3BE144) is known color: Lime Green. HEX triplet: 3B, E1 and 44. RGB value is (59,225,68). Sum of RGB (Red+Green+Blue) = 59+225+68=352 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.76% from 352); Green value is 225 (88.28% from 255 or 63.92% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE144 is #C41EBB. Grayscale: #9D9D9D. Windows color (decimal): -12852924 or 4514107. OLE color: 4514107.
HSL color Cylindrical-coordinate representation of color #3BE144: hue angle of 123.25º 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 #3BE144 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 225 | 68 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.12 |
| HSL | 123.25º | 0.73% | 0.56% | - |
| HSV(B) | 123.25º | 0.74% | 0.88% | - |
| XYZ | 29.77 | 55.2 | 14.55 | - |
| YUV | 157.47 | 77.5 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 225 | 68 | 0.74 | 0 | 0.70 | 0.12 | 123.25 | 0.73 | 0.56 |
| Hex | 3B | E1 | 44 | 4A | 0 | 46 | C | 7B | 49 | 38 |
| Octal | 73 | 341 | 104 | 112 | 0 | 106 | 14 | 173 | 111 | 70 |
| Binary | 111011 | 11100001 | 1000100 | 1001010 | 0 | 1000110 | 1100 | 1111011 | 1001001 | 111000 |
Color Harmonies of #3BE144
Complementary color
Monochromatic Colors of #3BE144
Black with #3BE144
Text Example
Text Example
White with #3BE144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE144; }
p { color: rgb(59,225,68); }
H1.HeaderClassName
{
color: #3BE144;
}
.AnyTagClassName
{
color: #3BE144;
}
</style>
background-color css
<style>
a { background-color: #3BE144; }
a { background-color: rgb(59,225,68); }
div.DivClassName
{
background-color: #3BE144;
}
.BgClassName
{
background-color: #3BE144;
}
</style>
border-color css
<style>
span { border-color: #3BE144; }
span { border-color: rgb(59,225,68); }
td.TdClassName
{
border-color: #3BE144;
}
.TagClassName
{
border-color: #3BE144;
}
</style>