Shades of Lime Green #45EA44
Tints of Lime Green #45EA44
RGB
CMYK
RGB Variations
Color information
#45EA44 (or 0x45EA44) is known color: Lime Green. HEX triplet: 45, EA and 44. RGB value is (69,234,68). Sum of RGB (Red+Green+Blue) = 69+234+68=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 234 (91.80% from 255 or 63.07% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 234 - color contains mainly: green. Hex color #45EA44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EA44 is #BA15BB. Grayscale: #A6A6A6. Windows color (decimal): -12195260 or 4516421. OLE color: 4516421.
HSL color Cylindrical-coordinate representation of color #45EA44: hue angle of 119.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EA44 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 234 | 68 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.08 |
| HSL | 119.64º | 0.8% | 0.59% | - |
| HSV(B) | 119.64º | 0.71% | 0.92% | - |
| XYZ | 32.92 | 60.53 | 15.42 | - |
| YUV | 165.74 | 72.84 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 234 | 68 | 0.71 | 0 | 0.71 | 0.08 | 119.64 | 0.8 | 0.59 |
| Hex | 45 | EA | 44 | 47 | 0 | 47 | 8 | 78 | 50 | 3B |
| Octal | 105 | 352 | 104 | 107 | 0 | 107 | 10 | 170 | 120 | 73 |
| Binary | 1000101 | 11101010 | 1000100 | 1000111 | 0 | 1000111 | 1000 | 1111000 | 1010000 | 111011 |
Color Harmonies of #45EA44
Complementary color
Monochromatic Colors of #45EA44
Black with #45EA44
Text Example
Text Example
White with #45EA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EA44; }
p { color: rgb(69,234,68); }
H1.HeaderClassName
{
color: #45EA44;
}
.AnyTagClassName
{
color: #45EA44;
}
</style>
background-color css
<style>
a { background-color: #45EA44; }
a { background-color: rgb(69,234,68); }
div.DivClassName
{
background-color: #45EA44;
}
.BgClassName
{
background-color: #45EA44;
}
</style>
border-color css
<style>
span { border-color: #45EA44; }
span { border-color: rgb(69,234,68); }
td.TdClassName
{
border-color: #45EA44;
}
.TagClassName
{
border-color: #45EA44;
}
</style>