Shades of Lime Green #45CB54
Tints of Lime Green #45CB54
RGB
CMYK
RGB Variations
Color information
#45CB54 (or 0x45CB54) is known color: Lime Green. HEX triplet: 45, CB and 54. RGB value is (69,203,84). Sum of RGB (Red+Green+Blue) = 69+203+84=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CB54 is #BA34AB. Grayscale: #959595. Windows color (decimal): -12203180 or 5557061. OLE color: 5557061.
HSL color Cylindrical-coordinate representation of color #45CB54: hue angle of 126.72º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CB54 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 203 | 84 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.20 |
| HSL | 126.72º | 0.56% | 0.53% | - |
| HSV(B) | 126.72º | 0.66% | 0.8% | - |
| XYZ | 25.41 | 44.62 | 15.66 | - |
| YUV | 149.37 | 91.11 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 203 | 84 | 0.66 | 0 | 0.59 | 0.20 | 126.72 | 0.56 | 0.53 |
| Hex | 45 | CB | 54 | 42 | 0 | 3B | 14 | 7F | 38 | 35 |
| Octal | 105 | 313 | 124 | 102 | 0 | 73 | 24 | 177 | 70 | 65 |
| Binary | 1000101 | 11001011 | 1010100 | 1000010 | 0 | 111011 | 10100 | 1111111 | 111000 | 110101 |
Color Harmonies of #45CB54
Complementary color
Monochromatic Colors of #45CB54
Black with #45CB54
Text Example
Text Example
White with #45CB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CB54; }
p { color: rgb(69,203,84); }
H1.HeaderClassName
{
color: #45CB54;
}
.AnyTagClassName
{
color: #45CB54;
}
</style>
background-color css
<style>
a { background-color: #45CB54; }
a { background-color: rgb(69,203,84); }
div.DivClassName
{
background-color: #45CB54;
}
.BgClassName
{
background-color: #45CB54;
}
</style>
border-color css
<style>
span { border-color: #45CB54; }
span { border-color: rgb(69,203,84); }
td.TdClassName
{
border-color: #45CB54;
}
.TagClassName
{
border-color: #45CB54;
}
</style>