Shades of Lime Green #43CE3A
Tints of Lime Green #43CE3A
RGB
CMYK
RGB Variations
Color information
#43CE3A (or 0x43CE3A) is known color: Lime Green. HEX triplet: 43, CE and 3A. RGB value is (67,206,58). Sum of RGB (Red+Green+Blue) = 67+206+58=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 206 (80.86% from 255 or 62.24% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 206 - color contains mainly: green. Hex color #43CE3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CE3A is #BC31C5. Grayscale: #949494. Windows color (decimal): -12333510 or 3853891. OLE color: 3853891.
HSL color Cylindrical-coordinate representation of color #43CE3A: hue angle of 116.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43CE3A is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 206 | 58 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.19 |
| HSL | 116.35º | 0.6% | 0.52% | - |
| HSV(B) | 116.35º | 0.72% | 0.81% | - |
| XYZ | 25.15 | 45.64 | 11.49 | - |
| YUV | 147.57 | 77.45 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 206 | 58 | 0.67 | 0 | 0.72 | 0.19 | 116.35 | 0.6 | 0.52 |
| Hex | 43 | CE | 3A | 43 | 0 | 48 | 13 | 74 | 3C | 34 |
| Octal | 103 | 316 | 72 | 103 | 0 | 110 | 23 | 164 | 74 | 64 |
| Binary | 1000011 | 11001110 | 111010 | 1000011 | 0 | 1001000 | 10011 | 1110100 | 111100 | 110100 |
Color Harmonies of #43CE3A
Complementary color
Monochromatic Colors of #43CE3A
Black with #43CE3A
Text Example
Text Example
White with #43CE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CE3A; }
p { color: rgb(67,206,58); }
H1.HeaderClassName
{
color: #43CE3A;
}
.AnyTagClassName
{
color: #43CE3A;
}
</style>
background-color css
<style>
a { background-color: #43CE3A; }
a { background-color: rgb(67,206,58); }
div.DivClassName
{
background-color: #43CE3A;
}
.BgClassName
{
background-color: #43CE3A;
}
</style>
border-color css
<style>
span { border-color: #43CE3A; }
span { border-color: rgb(67,206,58); }
td.TdClassName
{
border-color: #43CE3A;
}
.TagClassName
{
border-color: #43CE3A;
}
</style>