Shades of Lime Green #43F83D
Tints of Lime Green #43F83D
RGB
CMYK
RGB Variations
Color information
#43F83D (or 0x43F83D) is known color: Lime Green. HEX triplet: 43, F8 and 3D. RGB value is (67,248,61). Sum of RGB (Red+Green+Blue) = 67+248+61=376 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.82% from 376); Green value is 248 (97.27% from 255 or 65.96% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 248 - color contains mainly: green. Hex color #43F83D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43F83D is #BC07C2. Grayscale: #ADADAD. Windows color (decimal): -12322755 or 4061251. OLE color: 4061251.
HSL color Cylindrical-coordinate representation of color #43F83D: hue angle of 118.07º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43F83D is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 248 | 61 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.03 |
| HSL | 118.07º | 0.93% | 0.61% | - |
| HSV(B) | 118.07º | 0.75% | 0.97% | - |
| XYZ | 36.72 | 68.67 | 15.73 | - |
| YUV | 172.56 | 65.03 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 248 | 61 | 0.73 | 0 | 0.75 | 0.03 | 118.07 | 0.93 | 0.61 |
| Hex | 43 | F8 | 3D | 49 | 0 | 4B | 3 | 76 | 5D | 3D |
| Octal | 103 | 370 | 75 | 111 | 0 | 113 | 3 | 166 | 135 | 75 |
| Binary | 1000011 | 11111000 | 111101 | 1001001 | 0 | 1001011 | 11 | 1110110 | 1011101 | 111101 |
Color Harmonies of #43F83D
Complementary color
Monochromatic Colors of #43F83D
Black with #43F83D
Text Example
Text Example
White with #43F83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F83D; }
p { color: rgb(67,248,61); }
H1.HeaderClassName
{
color: #43F83D;
}
.AnyTagClassName
{
color: #43F83D;
}
</style>
background-color css
<style>
a { background-color: #43F83D; }
a { background-color: rgb(67,248,61); }
div.DivClassName
{
background-color: #43F83D;
}
.BgClassName
{
background-color: #43F83D;
}
</style>
border-color css
<style>
span { border-color: #43F83D; }
span { border-color: rgb(67,248,61); }
td.TdClassName
{
border-color: #43F83D;
}
.TagClassName
{
border-color: #43F83D;
}
</style>