Shades of Lime Green #43D83C
Tints of Lime Green #43D83C
RGB
CMYK
RGB Variations
Color information
#43D83C (or 0x43D83C) is known color: Lime Green. HEX triplet: 43, D8 and 3C. RGB value is (67,216,60). Sum of RGB (Red+Green+Blue) = 67+216+60=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 216 (84.77% from 255 or 62.97% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 216 - color contains mainly: green. Hex color #43D83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D83C is #BC27C3. Grayscale: #9A9A9A. Windows color (decimal): -12330948 or 3987523. OLE color: 3987523.
HSL color Cylindrical-coordinate representation of color #43D83C: hue angle of 117.31º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43D83C is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 216 | 60 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.15 |
| HSL | 117.31º | 0.67% | 0.54% | - |
| HSV(B) | 117.31º | 0.72% | 0.85% | - |
| XYZ | 27.69 | 50.63 | 12.59 | - |
| YUV | 153.67 | 75.14 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 216 | 60 | 0.69 | 0 | 0.72 | 0.15 | 117.31 | 0.67 | 0.54 |
| Hex | 43 | D8 | 3C | 45 | 0 | 48 | F | 75 | 43 | 36 |
| Octal | 103 | 330 | 74 | 105 | 0 | 110 | 17 | 165 | 103 | 66 |
| Binary | 1000011 | 11011000 | 111100 | 1000101 | 0 | 1001000 | 1111 | 1110101 | 1000011 | 110110 |
Color Harmonies of #43D83C
Complementary color
Monochromatic Colors of #43D83C
Black with #43D83C
Text Example
Text Example
White with #43D83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D83C; }
p { color: rgb(67,216,60); }
H1.HeaderClassName
{
color: #43D83C;
}
.AnyTagClassName
{
color: #43D83C;
}
</style>
background-color css
<style>
a { background-color: #43D83C; }
a { background-color: rgb(67,216,60); }
div.DivClassName
{
background-color: #43D83C;
}
.BgClassName
{
background-color: #43D83C;
}
</style>
border-color css
<style>
span { border-color: #43D83C; }
span { border-color: rgb(67,216,60); }
td.TdClassName
{
border-color: #43D83C;
}
.TagClassName
{
border-color: #43D83C;
}
</style>