Shades of Lime Green #45C94B
Tints of Lime Green #45C94B
RGB
CMYK
RGB Variations
Color information
#45C94B (or 0x45C94B) is known color: Lime Green. HEX triplet: 45, C9 and 4B. RGB value is (69,201,75). Sum of RGB (Red+Green+Blue) = 69+201+75=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 201 (78.91% from 255 or 58.26% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 201 - color contains mainly: green. Hex color #45C94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C94B is #BA36B4. Grayscale: #939393. Windows color (decimal): -12203701 or 4966725. OLE color: 4966725.
HSL color Cylindrical-coordinate representation of color #45C94B: hue angle of 122.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45C94B is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 201 | 75 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.21 |
| HSL | 122.73º | 0.55% | 0.53% | - |
| HSV(B) | 122.73º | 0.66% | 0.79% | - |
| XYZ | 24.61 | 43.55 | 13.76 | - |
| YUV | 147.17 | 87.27 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 201 | 75 | 0.66 | 0 | 0.63 | 0.21 | 122.73 | 0.55 | 0.53 |
| Hex | 45 | C9 | 4B | 42 | 0 | 3F | 15 | 7B | 37 | 35 |
| Octal | 105 | 311 | 113 | 102 | 0 | 77 | 25 | 173 | 67 | 65 |
| Binary | 1000101 | 11001001 | 1001011 | 1000010 | 0 | 111111 | 10101 | 1111011 | 110111 | 110101 |
Color Harmonies of #45C94B
Complementary color
Monochromatic Colors of #45C94B
Black with #45C94B
Text Example
Text Example
White with #45C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C94B; }
p { color: rgb(69,201,75); }
H1.HeaderClassName
{
color: #45C94B;
}
.AnyTagClassName
{
color: #45C94B;
}
</style>
background-color css
<style>
a { background-color: #45C94B; }
a { background-color: rgb(69,201,75); }
div.DivClassName
{
background-color: #45C94B;
}
.BgClassName
{
background-color: #45C94B;
}
</style>
border-color css
<style>
span { border-color: #45C94B; }
span { border-color: rgb(69,201,75); }
td.TdClassName
{
border-color: #45C94B;
}
.TagClassName
{
border-color: #45C94B;
}
</style>