Shades of Lime Green #43F545
Tints of Lime Green #43F545
RGB
CMYK
RGB Variations
Color information
#43F545 (or 0x43F545) is known color: Lime Green. HEX triplet: 43, F5 and 45. RGB value is (67,245,69). Sum of RGB (Red+Green+Blue) = 67+245+69=381 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.59% from 381); Green value is 245 (96.09% from 255 or 64.30% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 245 - color contains mainly: green. Hex color #43F545 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43F545 is #BC0ABA. Grayscale: #ACACAC. Windows color (decimal): -12323515 or 4584771. OLE color: 4584771.
HSL color Cylindrical-coordinate representation of color #43F545: hue angle of 120.67º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43F545 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 245 | 69 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.04 |
| HSL | 120.67º | 0.9% | 0.61% | - |
| HSV(B) | 120.67º | 0.73% | 0.96% | - |
| XYZ | 36.04 | 66.93 | 16.65 | - |
| YUV | 171.71 | 70.03 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 245 | 69 | 0.73 | 0 | 0.72 | 0.04 | 120.67 | 0.9 | 0.61 |
| Hex | 43 | F5 | 45 | 49 | 0 | 48 | 4 | 79 | 5A | 3D |
| Octal | 103 | 365 | 105 | 111 | 0 | 110 | 4 | 171 | 132 | 75 |
| Binary | 1000011 | 11110101 | 1000101 | 1001001 | 0 | 1001000 | 100 | 1111001 | 1011010 | 111101 |
Color Harmonies of #43F545
Complementary color
Monochromatic Colors of #43F545
Black with #43F545
Text Example
Text Example
White with #43F545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F545; }
p { color: rgb(67,245,69); }
H1.HeaderClassName
{
color: #43F545;
}
.AnyTagClassName
{
color: #43F545;
}
</style>
background-color css
<style>
a { background-color: #43F545; }
a { background-color: rgb(67,245,69); }
div.DivClassName
{
background-color: #43F545;
}
.BgClassName
{
background-color: #43F545;
}
</style>
border-color css
<style>
span { border-color: #43F545; }
span { border-color: rgb(67,245,69); }
td.TdClassName
{
border-color: #43F545;
}
.TagClassName
{
border-color: #43F545;
}
</style>