Shades of Lime Green #45EF41
Tints of Lime Green #45EF41
RGB
CMYK
RGB Variations
Color information
#45EF41 (or 0x45EF41) is known color: Lime Green. HEX triplet: 45, EF and 41. RGB value is (69,239,65). Sum of RGB (Red+Green+Blue) = 69+239+65=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 239 (93.75% from 255 or 64.08% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 239 - color contains mainly: green. Hex color #45EF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EF41 is #BA10BE. Grayscale: #A8A8A8. Windows color (decimal): -12193983 or 4321093. OLE color: 4321093.
HSL color Cylindrical-coordinate representation of color #45EF41: hue angle of 118.62º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45EF41 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 65 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.06 |
| HSL | 118.62º | 0.84% | 0.6% | - |
| HSV(B) | 118.62º | 0.73% | 0.94% | - |
| XYZ | 34.27 | 63.38 | 15.43 | - |
| YUV | 168.33 | 69.68 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 65 | 0.71 | 0 | 0.73 | 0.06 | 118.62 | 0.84 | 0.6 |
| Hex | 45 | EF | 41 | 47 | 0 | 49 | 6 | 77 | 54 | 3C |
| Octal | 105 | 357 | 101 | 107 | 0 | 111 | 6 | 167 | 124 | 74 |
| Binary | 1000101 | 11101111 | 1000001 | 1000111 | 0 | 1001001 | 110 | 1110111 | 1010100 | 111100 |
Color Harmonies of #45EF41
Complementary color
Monochromatic Colors of #45EF41
Black with #45EF41
Text Example
Text Example
White with #45EF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EF41; }
p { color: rgb(69,239,65); }
H1.HeaderClassName
{
color: #45EF41;
}
.AnyTagClassName
{
color: #45EF41;
}
</style>
background-color css
<style>
a { background-color: #45EF41; }
a { background-color: rgb(69,239,65); }
div.DivClassName
{
background-color: #45EF41;
}
.BgClassName
{
background-color: #45EF41;
}
</style>
border-color css
<style>
span { border-color: #45EF41; }
span { border-color: rgb(69,239,65); }
td.TdClassName
{
border-color: #45EF41;
}
.TagClassName
{
border-color: #45EF41;
}
</style>