Shades of Lime Green #43CA3C
Tints of Lime Green #43CA3C
RGB
CMYK
RGB Variations
Color information
#43CA3C (or 0x43CA3C) is known color: Lime Green. HEX triplet: 43, CA and 3C. RGB value is (67,202,60). Sum of RGB (Red+Green+Blue) = 67+202+60=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 202 (79.30% from 255 or 61.40% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 202 - color contains mainly: green. Hex color #43CA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CA3C is #BC35C3. Grayscale: #919191. Windows color (decimal): -12334532 or 3983939. OLE color: 3983939.
HSL color Cylindrical-coordinate representation of color #43CA3C: hue angle of 117.04º 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 #43CA3C is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 202 | 60 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.21 |
| HSL | 117.04º | 0.57% | 0.51% | - |
| HSV(B) | 117.04º | 0.7% | 0.79% | - |
| XYZ | 24.25 | 43.76 | 11.44 | - |
| YUV | 145.45 | 79.77 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 202 | 60 | 0.67 | 0 | 0.70 | 0.21 | 117.04 | 0.57 | 0.51 |
| Hex | 43 | CA | 3C | 43 | 0 | 46 | 15 | 75 | 39 | 33 |
| Octal | 103 | 312 | 74 | 103 | 0 | 106 | 25 | 165 | 71 | 63 |
| Binary | 1000011 | 11001010 | 111100 | 1000011 | 0 | 1000110 | 10101 | 1110101 | 111001 | 110011 |
Color Harmonies of #43CA3C
Complementary color
Monochromatic Colors of #43CA3C
Black with #43CA3C
Text Example
Text Example
White with #43CA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CA3C; }
p { color: rgb(67,202,60); }
H1.HeaderClassName
{
color: #43CA3C;
}
.AnyTagClassName
{
color: #43CA3C;
}
</style>
background-color css
<style>
a { background-color: #43CA3C; }
a { background-color: rgb(67,202,60); }
div.DivClassName
{
background-color: #43CA3C;
}
.BgClassName
{
background-color: #43CA3C;
}
</style>
border-color css
<style>
span { border-color: #43CA3C; }
span { border-color: rgb(67,202,60); }
td.TdClassName
{
border-color: #43CA3C;
}
.TagClassName
{
border-color: #43CA3C;
}
</style>