Shades of Lime Green #45C438
Tints of Lime Green #45C438
RGB
CMYK
RGB Variations
Color information
#45C438 (or 0x45C438) is known color: Lime Green. HEX triplet: 45, C4 and 38. RGB value is (69,196,56). Sum of RGB (Red+Green+Blue) = 69+196+56=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 196 (76.95% from 255 or 61.06% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 196 - color contains mainly: green. Hex color #45C438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C438 is #BA3BC7. Grayscale: #8E8E8E. Windows color (decimal): -12205000 or 3720261. OLE color: 3720261.
HSL color Cylindrical-coordinate representation of color #45C438: hue angle of 114.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45C438 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 196 | 56 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.23 |
| HSL | 114.43º | 0.56% | 0.49% | - |
| HSV(B) | 114.43º | 0.71% | 0.77% | - |
| XYZ | 22.91 | 41.03 | 10.45 | - |
| YUV | 142.07 | 79.42 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 196 | 56 | 0.65 | 0 | 0.71 | 0.23 | 114.43 | 0.56 | 0.49 |
| Hex | 45 | C4 | 38 | 41 | 0 | 47 | 17 | 72 | 38 | 31 |
| Octal | 105 | 304 | 70 | 101 | 0 | 107 | 27 | 162 | 70 | 61 |
| Binary | 1000101 | 11000100 | 111000 | 1000001 | 0 | 1000111 | 10111 | 1110010 | 111000 | 110001 |
Color Harmonies of #45C438
Complementary color
Monochromatic Colors of #45C438
Black with #45C438
Text Example
Text Example
White with #45C438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C438; }
p { color: rgb(69,196,56); }
H1.HeaderClassName
{
color: #45C438;
}
.AnyTagClassName
{
color: #45C438;
}
</style>
background-color css
<style>
a { background-color: #45C438; }
a { background-color: rgb(69,196,56); }
div.DivClassName
{
background-color: #45C438;
}
.BgClassName
{
background-color: #45C438;
}
</style>
border-color css
<style>
span { border-color: #45C438; }
span { border-color: rgb(69,196,56); }
td.TdClassName
{
border-color: #45C438;
}
.TagClassName
{
border-color: #45C438;
}
</style>