Shades of Lime Green #45EF4A
Tints of Lime Green #45EF4A
RGB
CMYK
RGB Variations
Color information
#45EF4A (or 0x45EF4A) is known color: Lime Green. HEX triplet: 45, EF and 4A. RGB value is (69,239,74). Sum of RGB (Red+Green+Blue) = 69+239+74=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 239 (93.75% from 255 or 62.57% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 239 - color contains mainly: green. Hex color #45EF4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EF4A is #BA10B5. Grayscale: #A9A9A9. Windows color (decimal): -12193974 or 4910917. OLE color: 4910917.
HSL color Cylindrical-coordinate representation of color #45EF4A: hue angle of 121.76º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EF4A is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 74 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.06 |
| HSL | 121.76º | 0.84% | 0.6% | - |
| HSV(B) | 121.76º | 0.71% | 0.94% | - |
| XYZ | 34.56 | 63.49 | 16.91 | - |
| YUV | 169.36 | 74.18 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 74 | 0.71 | 0 | 0.69 | 0.06 | 121.76 | 0.84 | 0.6 |
| Hex | 45 | EF | 4A | 47 | 0 | 45 | 6 | 7A | 54 | 3C |
| Octal | 105 | 357 | 112 | 107 | 0 | 105 | 6 | 172 | 124 | 74 |
| Binary | 1000101 | 11101111 | 1001010 | 1000111 | 0 | 1000101 | 110 | 1111010 | 1010100 | 111100 |
Color Harmonies of #45EF4A
Complementary color
Monochromatic Colors of #45EF4A
Black with #45EF4A
Text Example
Text Example
White with #45EF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EF4A; }
p { color: rgb(69,239,74); }
H1.HeaderClassName
{
color: #45EF4A;
}
.AnyTagClassName
{
color: #45EF4A;
}
</style>
background-color css
<style>
a { background-color: #45EF4A; }
a { background-color: rgb(69,239,74); }
div.DivClassName
{
background-color: #45EF4A;
}
.BgClassName
{
background-color: #45EF4A;
}
</style>
border-color css
<style>
span { border-color: #45EF4A; }
span { border-color: rgb(69,239,74); }
td.TdClassName
{
border-color: #45EF4A;
}
.TagClassName
{
border-color: #45EF4A;
}
</style>