Shades of Lime Green #45EF2B
Tints of Lime Green #45EF2B
RGB
CMYK
RGB Variations
Color information
#45EF2B (or 0x45EF2B) is known color: Lime Green. HEX triplet: 45, EF and 2B. RGB value is (69,239,43). Sum of RGB (Red+Green+Blue) = 69+239+43=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 239 (93.75% from 255 or 68.09% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 239 - color contains mainly: green. Hex color #45EF2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EF2B is #BA10D4. Grayscale: #A6A6A6. Windows color (decimal): -12194005 or 2879301. OLE color: 2879301.
HSL color Cylindrical-coordinate representation of color #45EF2B: hue angle of 112.04º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #45EF2B is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 43 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.06 |
| HSL | 112.04º | 0.86% | 0.55% | - |
| HSV(B) | 112.04º | 0.82% | 0.94% | - |
| XYZ | 33.76 | 63.17 | 12.7 | - |
| YUV | 165.83 | 58.68 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 43 | 0.71 | 0 | 0.82 | 0.06 | 112.04 | 0.86 | 0.55 |
| Hex | 45 | EF | 2B | 47 | 0 | 52 | 6 | 70 | 56 | 37 |
| Octal | 105 | 357 | 53 | 107 | 0 | 122 | 6 | 160 | 126 | 67 |
| Binary | 1000101 | 11101111 | 101011 | 1000111 | 0 | 1010010 | 110 | 1110000 | 1010110 | 110111 |
Color Harmonies of #45EF2B
Complementary color
Monochromatic Colors of #45EF2B
Black with #45EF2B
Text Example
Text Example
White with #45EF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EF2B; }
p { color: rgb(69,239,43); }
H1.HeaderClassName
{
color: #45EF2B;
}
.AnyTagClassName
{
color: #45EF2B;
}
</style>
background-color css
<style>
a { background-color: #45EF2B; }
a { background-color: rgb(69,239,43); }
div.DivClassName
{
background-color: #45EF2B;
}
.BgClassName
{
background-color: #45EF2B;
}
</style>
border-color css
<style>
span { border-color: #45EF2B; }
span { border-color: rgb(69,239,43); }
td.TdClassName
{
border-color: #45EF2B;
}
.TagClassName
{
border-color: #45EF2B;
}
</style>