Shades of Lime Green #45CB2C
Tints of Lime Green #45CB2C
RGB
CMYK
RGB Variations
Color information
#45CB2C (or 0x45CB2C) is known color: Lime Green. HEX triplet: 45, CB and 2C. RGB value is (69,203,44). Sum of RGB (Red+Green+Blue) = 69+203+44=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 203 (79.69% from 255 or 64.24% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CB2C is #BA34D3. Grayscale: #919191. Windows color (decimal): -12203220 or 2935621. OLE color: 2935621.
HSL color Cylindrical-coordinate representation of color #45CB2C: hue angle of 110.57º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45CB2C is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 203 | 44 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.20 |
| HSL | 110.57º | 0.64% | 0.48% | - |
| HSV(B) | 110.57º | 0.78% | 0.8% | - |
| XYZ | 24.26 | 44.16 | 9.63 | - |
| YUV | 144.81 | 71.11 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 203 | 44 | 0.66 | 0 | 0.78 | 0.20 | 110.57 | 0.64 | 0.48 |
| Hex | 45 | CB | 2C | 42 | 0 | 4E | 14 | 6F | 40 | 30 |
| Octal | 105 | 313 | 54 | 102 | 0 | 116 | 24 | 157 | 100 | 60 |
| Binary | 1000101 | 11001011 | 101100 | 1000010 | 0 | 1001110 | 10100 | 1101111 | 1000000 | 110000 |
Color Harmonies of #45CB2C
Complementary color
Monochromatic Colors of #45CB2C
Black with #45CB2C
Text Example
Text Example
White with #45CB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CB2C; }
p { color: rgb(69,203,44); }
H1.HeaderClassName
{
color: #45CB2C;
}
.AnyTagClassName
{
color: #45CB2C;
}
</style>
background-color css
<style>
a { background-color: #45CB2C; }
a { background-color: rgb(69,203,44); }
div.DivClassName
{
background-color: #45CB2C;
}
.BgClassName
{
background-color: #45CB2C;
}
</style>
border-color css
<style>
span { border-color: #45CB2C; }
span { border-color: rgb(69,203,44); }
td.TdClassName
{
border-color: #45CB2C;
}
.TagClassName
{
border-color: #45CB2C;
}
</style>