Shades of Lime Green #43CE3F
Tints of Lime Green #43CE3F
RGB
CMYK
RGB Variations
Color information
#43CE3F (or 0x43CE3F) is known color: Lime Green. HEX triplet: 43, CE and 3F. RGB value is (67,206,63). Sum of RGB (Red+Green+Blue) = 67+206+63=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 206 (80.86% from 255 or 61.31% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 206 - color contains mainly: green. Hex color #43CE3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CE3F is #BC31C0. Grayscale: #949494. Windows color (decimal): -12333505 or 4181571. OLE color: 4181571.
HSL color Cylindrical-coordinate representation of color #43CE3F: hue angle of 118.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43CE3F is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 206 | 63 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.19 |
| HSL | 118.32º | 0.59% | 0.53% | - |
| HSV(B) | 118.32º | 0.69% | 0.81% | - |
| XYZ | 25.28 | 45.69 | 12.19 | - |
| YUV | 148.14 | 79.95 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 206 | 63 | 0.67 | 0 | 0.69 | 0.19 | 118.32 | 0.59 | 0.53 |
| Hex | 43 | CE | 3F | 43 | 0 | 45 | 13 | 76 | 3B | 35 |
| Octal | 103 | 316 | 77 | 103 | 0 | 105 | 23 | 166 | 73 | 65 |
| Binary | 1000011 | 11001110 | 111111 | 1000011 | 0 | 1000101 | 10011 | 1110110 | 111011 | 110101 |
Color Harmonies of #43CE3F
Complementary color
Monochromatic Colors of #43CE3F
Black with #43CE3F
Text Example
Text Example
White with #43CE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CE3F; }
p { color: rgb(67,206,63); }
H1.HeaderClassName
{
color: #43CE3F;
}
.AnyTagClassName
{
color: #43CE3F;
}
</style>
background-color css
<style>
a { background-color: #43CE3F; }
a { background-color: rgb(67,206,63); }
div.DivClassName
{
background-color: #43CE3F;
}
.BgClassName
{
background-color: #43CE3F;
}
</style>
border-color css
<style>
span { border-color: #43CE3F; }
span { border-color: rgb(67,206,63); }
td.TdClassName
{
border-color: #43CE3F;
}
.TagClassName
{
border-color: #43CE3F;
}
</style>