Shades of Lime Green #43C03D
Tints of Lime Green #43C03D
RGB
CMYK
RGB Variations
Color information
#43C03D (or 0x43C03D) is known color: Lime Green. HEX triplet: 43, C0 and 3D. RGB value is (67,192,61). Sum of RGB (Red+Green+Blue) = 67+192+61=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #43C03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C03D is #BC3FC2. Grayscale: #8C8C8C. Windows color (decimal): -12337091 or 4046915. OLE color: 4046915.
HSL color Cylindrical-coordinate representation of color #43C03D: hue angle of 117.25º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43C03D is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 192 | 61 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.25 |
| HSL | 117.25º | 0.52% | 0.5% | - |
| HSV(B) | 117.25º | 0.68% | 0.75% | - |
| XYZ | 22.01 | 39.23 | 10.83 | - |
| YUV | 139.69 | 83.59 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 192 | 61 | 0.65 | 0 | 0.68 | 0.25 | 117.25 | 0.52 | 0.5 |
| Hex | 43 | C0 | 3D | 41 | 0 | 44 | 19 | 75 | 34 | 32 |
| Octal | 103 | 300 | 75 | 101 | 0 | 104 | 31 | 165 | 64 | 62 |
| Binary | 1000011 | 11000000 | 111101 | 1000001 | 0 | 1000100 | 11001 | 1110101 | 110100 | 110010 |
Color Harmonies of #43C03D
Complementary color
Monochromatic Colors of #43C03D
Black with #43C03D
Text Example
Text Example
White with #43C03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C03D; }
p { color: rgb(67,192,61); }
H1.HeaderClassName
{
color: #43C03D;
}
.AnyTagClassName
{
color: #43C03D;
}
</style>
background-color css
<style>
a { background-color: #43C03D; }
a { background-color: rgb(67,192,61); }
div.DivClassName
{
background-color: #43C03D;
}
.BgClassName
{
background-color: #43C03D;
}
</style>
border-color css
<style>
span { border-color: #43C03D; }
span { border-color: rgb(67,192,61); }
td.TdClassName
{
border-color: #43C03D;
}
.TagClassName
{
border-color: #43C03D;
}
</style>