Shades of Lime Green #45EA31
Tints of Lime Green #45EA31
RGB
CMYK
RGB Variations
Color information
#45EA31 (or 0x45EA31) is known color: Lime Green. HEX triplet: 45, EA and 31. RGB value is (69,234,49). Sum of RGB (Red+Green+Blue) = 69+234+49=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 234 (91.80% from 255 or 66.48% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 234 - color contains mainly: green. Hex color #45EA31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EA31 is #BA15CE. Grayscale: #A4A4A4. Windows color (decimal): -12195279 or 3271237. OLE color: 3271237.
HSL color Cylindrical-coordinate representation of color #45EA31: hue angle of 113.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45EA31 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 234 | 49 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.08 |
| HSL | 113.51º | 0.81% | 0.55% | - |
| HSV(B) | 113.51º | 0.79% | 0.92% | - |
| XYZ | 32.43 | 60.33 | 12.84 | - |
| YUV | 163.58 | 63.34 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 234 | 49 | 0.71 | 0 | 0.79 | 0.08 | 113.51 | 0.81 | 0.55 |
| Hex | 45 | EA | 31 | 47 | 0 | 4F | 8 | 72 | 51 | 37 |
| Octal | 105 | 352 | 61 | 107 | 0 | 117 | 10 | 162 | 121 | 67 |
| Binary | 1000101 | 11101010 | 110001 | 1000111 | 0 | 1001111 | 1000 | 1110010 | 1010001 | 110111 |
Color Harmonies of #45EA31
Complementary color
Monochromatic Colors of #45EA31
Black with #45EA31
Text Example
Text Example
White with #45EA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EA31; }
p { color: rgb(69,234,49); }
H1.HeaderClassName
{
color: #45EA31;
}
.AnyTagClassName
{
color: #45EA31;
}
</style>
background-color css
<style>
a { background-color: #45EA31; }
a { background-color: rgb(69,234,49); }
div.DivClassName
{
background-color: #45EA31;
}
.BgClassName
{
background-color: #45EA31;
}
</style>
border-color css
<style>
span { border-color: #45EA31; }
span { border-color: rgb(69,234,49); }
td.TdClassName
{
border-color: #45EA31;
}
.TagClassName
{
border-color: #45EA31;
}
</style>