Shades of Lime Green #45CB41
Tints of Lime Green #45CB41
RGB
CMYK
RGB Variations
Color information
#45CB41 (or 0x45CB41) is known color: Lime Green. HEX triplet: 45, CB and 41. RGB value is (69,203,65). Sum of RGB (Red+Green+Blue) = 69+203+65=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CB41 is #BA34BE. Grayscale: #939393. Windows color (decimal): -12203199 or 4311877. OLE color: 4311877.
HSL color Cylindrical-coordinate representation of color #45CB41: hue angle of 118.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45CB41 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 203 | 65 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.20 |
| HSL | 118.26º | 0.57% | 0.53% | - |
| HSV(B) | 118.26º | 0.68% | 0.8% | - |
| XYZ | 24.76 | 44.36 | 12.26 | - |
| YUV | 147.2 | 81.61 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 203 | 65 | 0.66 | 0 | 0.68 | 0.20 | 118.26 | 0.57 | 0.53 |
| Hex | 45 | CB | 41 | 42 | 0 | 44 | 14 | 76 | 39 | 35 |
| Octal | 105 | 313 | 101 | 102 | 0 | 104 | 24 | 166 | 71 | 65 |
| Binary | 1000101 | 11001011 | 1000001 | 1000010 | 0 | 1000100 | 10100 | 1110110 | 111001 | 110101 |
Color Harmonies of #45CB41
Complementary color
Monochromatic Colors of #45CB41
Black with #45CB41
Text Example
Text Example
White with #45CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CB41; }
p { color: rgb(69,203,65); }
H1.HeaderClassName
{
color: #45CB41;
}
.AnyTagClassName
{
color: #45CB41;
}
</style>
background-color css
<style>
a { background-color: #45CB41; }
a { background-color: rgb(69,203,65); }
div.DivClassName
{
background-color: #45CB41;
}
.BgClassName
{
background-color: #45CB41;
}
</style>
border-color css
<style>
span { border-color: #45CB41; }
span { border-color: rgb(69,203,65); }
td.TdClassName
{
border-color: #45CB41;
}
.TagClassName
{
border-color: #45CB41;
}
</style>