Shades of Lime Green #3BEA45
Tints of Lime Green #3BEA45
RGB
CMYK
RGB Variations
Color information
#3BEA45 (or 0x3BEA45) is known color: Lime Green. HEX triplet: 3B, EA and 45. RGB value is (59,234,69). Sum of RGB (Red+Green+Blue) = 59+234+69=362 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.30% from 362); Green value is 234 (91.80% from 255 or 64.64% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEA45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BEA45 is #C415BA. Grayscale: #A3A3A3. Windows color (decimal): -12850619 or 4581947. OLE color: 4581947.
HSL color Cylindrical-coordinate representation of color #3BEA45: hue angle of 123.43º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEA45 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 234 | 69 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.08 |
| HSL | 123.43º | 0.81% | 0.57% | - |
| HSV(B) | 123.43º | 0.75% | 0.92% | - |
| XYZ | 32.3 | 60.21 | 15.55 | - |
| YUV | 162.87 | 75.02 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 234 | 69 | 0.75 | 0 | 0.71 | 0.08 | 123.43 | 0.81 | 0.57 |
| Hex | 3B | EA | 45 | 4B | 0 | 47 | 8 | 7B | 51 | 39 |
| Octal | 73 | 352 | 105 | 113 | 0 | 107 | 10 | 173 | 121 | 71 |
| Binary | 111011 | 11101010 | 1000101 | 1001011 | 0 | 1000111 | 1000 | 1111011 | 1010001 | 111001 |
Color Harmonies of #3BEA45
Complementary color
Monochromatic Colors of #3BEA45
Black with #3BEA45
Text Example
Text Example
White with #3BEA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEA45; }
p { color: rgb(59,234,69); }
H1.HeaderClassName
{
color: #3BEA45;
}
.AnyTagClassName
{
color: #3BEA45;
}
</style>
background-color css
<style>
a { background-color: #3BEA45; }
a { background-color: rgb(59,234,69); }
div.DivClassName
{
background-color: #3BEA45;
}
.BgClassName
{
background-color: #3BEA45;
}
</style>
border-color css
<style>
span { border-color: #3BEA45; }
span { border-color: rgb(59,234,69); }
td.TdClassName
{
border-color: #3BEA45;
}
.TagClassName
{
border-color: #3BEA45;
}
</style>