Shades of Lime Green #43C93C
Tints of Lime Green #43C93C
RGB
CMYK
RGB Variations
Color information
#43C93C (or 0x43C93C) is known color: Lime Green. HEX triplet: 43, C9 and 3C. RGB value is (67,201,60). Sum of RGB (Red+Green+Blue) = 67+201+60=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 201 (78.91% from 255 or 61.28% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 201 - color contains mainly: green. Hex color #43C93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C93C is #BC36C3. Grayscale: #919191. Windows color (decimal): -12334788 or 3983683. OLE color: 3983683.
HSL color Cylindrical-coordinate representation of color #43C93C: hue angle of 117.02º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43C93C is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 201 | 60 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.21 |
| HSL | 117.02º | 0.57% | 0.51% | - |
| HSV(B) | 117.02º | 0.7% | 0.79% | - |
| XYZ | 24.02 | 43.29 | 11.37 | - |
| YUV | 144.86 | 80.11 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 201 | 60 | 0.67 | 0 | 0.70 | 0.21 | 117.02 | 0.57 | 0.51 |
| Hex | 43 | C9 | 3C | 43 | 0 | 46 | 15 | 75 | 39 | 33 |
| Octal | 103 | 311 | 74 | 103 | 0 | 106 | 25 | 165 | 71 | 63 |
| Binary | 1000011 | 11001001 | 111100 | 1000011 | 0 | 1000110 | 10101 | 1110101 | 111001 | 110011 |
Color Harmonies of #43C93C
Complementary color
Monochromatic Colors of #43C93C
Black with #43C93C
Text Example
Text Example
White with #43C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C93C; }
p { color: rgb(67,201,60); }
H1.HeaderClassName
{
color: #43C93C;
}
.AnyTagClassName
{
color: #43C93C;
}
</style>
background-color css
<style>
a { background-color: #43C93C; }
a { background-color: rgb(67,201,60); }
div.DivClassName
{
background-color: #43C93C;
}
.BgClassName
{
background-color: #43C93C;
}
</style>
border-color css
<style>
span { border-color: #43C93C; }
span { border-color: rgb(67,201,60); }
td.TdClassName
{
border-color: #43C93C;
}
.TagClassName
{
border-color: #43C93C;
}
</style>