Shades of Lime Green #45BE42
Tints of Lime Green #45BE42
RGB
CMYK
RGB Variations
Color information
#45BE42 (or 0x45BE42) is known color: Lime Green. HEX triplet: 45, BE and 42. RGB value is (69,190,66). Sum of RGB (Red+Green+Blue) = 69+190+66=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 190 (74.61% from 255 or 58.46% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 190 - color contains mainly: green. Hex color #45BE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BE42 is #BA41BD. Grayscale: #8C8C8C. Windows color (decimal): -12206526 or 4374085. OLE color: 4374085.
HSL color Cylindrical-coordinate representation of color #45BE42: hue angle of 118.55º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45BE42 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 190 | 66 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.25 |
| HSL | 118.55º | 0.49% | 0.5% | - |
| HSV(B) | 118.55º | 0.65% | 0.75% | - |
| XYZ | 21.85 | 38.49 | 11.43 | - |
| YUV | 139.69 | 86.41 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 190 | 66 | 0.64 | 0 | 0.65 | 0.25 | 118.55 | 0.49 | 0.5 |
| Hex | 45 | BE | 42 | 40 | 0 | 41 | 19 | 77 | 31 | 32 |
| Octal | 105 | 276 | 102 | 100 | 0 | 101 | 31 | 167 | 61 | 62 |
| Binary | 1000101 | 10111110 | 1000010 | 1000000 | 0 | 1000001 | 11001 | 1110111 | 110001 | 110010 |
Color Harmonies of #45BE42
Complementary color
Monochromatic Colors of #45BE42
Black with #45BE42
Text Example
Text Example
White with #45BE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BE42; }
p { color: rgb(69,190,66); }
H1.HeaderClassName
{
color: #45BE42;
}
.AnyTagClassName
{
color: #45BE42;
}
</style>
background-color css
<style>
a { background-color: #45BE42; }
a { background-color: rgb(69,190,66); }
div.DivClassName
{
background-color: #45BE42;
}
.BgClassName
{
background-color: #45BE42;
}
</style>
border-color css
<style>
span { border-color: #45BE42; }
span { border-color: rgb(69,190,66); }
td.TdClassName
{
border-color: #45BE42;
}
.TagClassName
{
border-color: #45BE42;
}
</style>