Shades of Lime Green #45CA33
Tints of Lime Green #45CA33
RGB
CMYK
RGB Variations
Color information
#45CA33 (or 0x45CA33) is known color: Lime Green. HEX triplet: 45, CA and 33. RGB value is (69,202,51). Sum of RGB (Red+Green+Blue) = 69+202+51=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 202 (79.30% from 255 or 62.73% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CA33 is #BA35CC. Grayscale: #919191. Windows color (decimal): -12203469 or 3394117. OLE color: 3394117.
HSL color Cylindrical-coordinate representation of color #45CA33: hue angle of 112.85º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45CA33 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 202 | 51 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.21 |
| HSL | 112.85º | 0.6% | 0.5% | - |
| HSV(B) | 112.85º | 0.75% | 0.79% | - |
| XYZ | 24.17 | 43.75 | 10.3 | - |
| YUV | 145.02 | 74.94 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 51 | 0.66 | 0 | 0.75 | 0.21 | 112.85 | 0.6 | 0.5 |
| Hex | 45 | CA | 33 | 42 | 0 | 4B | 15 | 71 | 3C | 32 |
| Octal | 105 | 312 | 63 | 102 | 0 | 113 | 25 | 161 | 74 | 62 |
| Binary | 1000101 | 11001010 | 110011 | 1000010 | 0 | 1001011 | 10101 | 1110001 | 111100 | 110010 |
Color Harmonies of #45CA33
Complementary color
Monochromatic Colors of #45CA33
Black with #45CA33
Text Example
Text Example
White with #45CA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CA33; }
p { color: rgb(69,202,51); }
H1.HeaderClassName
{
color: #45CA33;
}
.AnyTagClassName
{
color: #45CA33;
}
</style>
background-color css
<style>
a { background-color: #45CA33; }
a { background-color: rgb(69,202,51); }
div.DivClassName
{
background-color: #45CA33;
}
.BgClassName
{
background-color: #45CA33;
}
</style>
border-color css
<style>
span { border-color: #45CA33; }
span { border-color: rgb(69,202,51); }
td.TdClassName
{
border-color: #45CA33;
}
.TagClassName
{
border-color: #45CA33;
}
</style>