Shades of Lime Green #43F32B
Tints of Lime Green #43F32B
RGB
CMYK
RGB Variations
Color information
#43F32B (or 0x43F32B) is known color: Lime Green. HEX triplet: 43, F3 and 2B. RGB value is (67,243,43). Sum of RGB (Red+Green+Blue) = 67+243+43=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 243 (95.31% from 255 or 68.84% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 243 - color contains mainly: green. Hex color #43F32B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43F32B is #BC0CD4. Grayscale: #A8A8A8. Windows color (decimal): -12324053 or 2880323. OLE color: 2880323.
HSL color Cylindrical-coordinate representation of color #43F32B: hue angle of 112.8º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43F32B is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 243 | 43 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.05 |
| HSL | 112.8º | 0.89% | 0.56% | - |
| HSV(B) | 112.8º | 0.82% | 0.95% | - |
| XYZ | 34.8 | 65.47 | 13.09 | - |
| YUV | 167.58 | 57.69 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 243 | 43 | 0.72 | 0 | 0.82 | 0.05 | 112.8 | 0.89 | 0.56 |
| Hex | 43 | F3 | 2B | 48 | 0 | 52 | 5 | 71 | 59 | 38 |
| Octal | 103 | 363 | 53 | 110 | 0 | 122 | 5 | 161 | 131 | 70 |
| Binary | 1000011 | 11110011 | 101011 | 1001000 | 0 | 1010010 | 101 | 1110001 | 1011001 | 111000 |
Color Harmonies of #43F32B
Complementary color
Monochromatic Colors of #43F32B
Black with #43F32B
Text Example
Text Example
White with #43F32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F32B; }
p { color: rgb(67,243,43); }
H1.HeaderClassName
{
color: #43F32B;
}
.AnyTagClassName
{
color: #43F32B;
}
</style>
background-color css
<style>
a { background-color: #43F32B; }
a { background-color: rgb(67,243,43); }
div.DivClassName
{
background-color: #43F32B;
}
.BgClassName
{
background-color: #43F32B;
}
</style>
border-color css
<style>
span { border-color: #43F32B; }
span { border-color: rgb(67,243,43); }
td.TdClassName
{
border-color: #43F32B;
}
.TagClassName
{
border-color: #43F32B;
}
</style>