Shades of Lime Green #43CE4F
Tints of Lime Green #43CE4F
RGB
CMYK
RGB Variations
Color information
#43CE4F (or 0x43CE4F) is known color: Lime Green. HEX triplet: 43, CE and 4F. RGB value is (67,206,79). Sum of RGB (Red+Green+Blue) = 67+206+79=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 206 (80.86% from 255 or 58.52% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 206 - color contains mainly: green. Hex color #43CE4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43CE4F is #BC31B0. Grayscale: #969696. Windows color (decimal): -12333489 or 5230147. OLE color: 5230147.
HSL color Cylindrical-coordinate representation of color #43CE4F: hue angle of 125.18º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CE4F is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 206 | 79 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.19 |
| HSL | 125.18º | 0.59% | 0.54% | - |
| HSV(B) | 125.18º | 0.67% | 0.81% | - |
| XYZ | 25.8 | 45.9 | 14.9 | - |
| YUV | 149.96 | 87.95 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 206 | 79 | 0.67 | 0 | 0.62 | 0.19 | 125.18 | 0.59 | 0.54 |
| Hex | 43 | CE | 4F | 43 | 0 | 3E | 13 | 7D | 3B | 36 |
| Octal | 103 | 316 | 117 | 103 | 0 | 76 | 23 | 175 | 73 | 66 |
| Binary | 1000011 | 11001110 | 1001111 | 1000011 | 0 | 111110 | 10011 | 1111101 | 111011 | 110110 |
Color Harmonies of #43CE4F
Complementary color
Monochromatic Colors of #43CE4F
Black with #43CE4F
Text Example
Text Example
White with #43CE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CE4F; }
p { color: rgb(67,206,79); }
H1.HeaderClassName
{
color: #43CE4F;
}
.AnyTagClassName
{
color: #43CE4F;
}
</style>
background-color css
<style>
a { background-color: #43CE4F; }
a { background-color: rgb(67,206,79); }
div.DivClassName
{
background-color: #43CE4F;
}
.BgClassName
{
background-color: #43CE4F;
}
</style>
border-color css
<style>
span { border-color: #43CE4F; }
span { border-color: rgb(67,206,79); }
td.TdClassName
{
border-color: #43CE4F;
}
.TagClassName
{
border-color: #43CE4F;
}
</style>