Shades of Lime Green #43CA38
Tints of Lime Green #43CA38
RGB
CMYK
RGB Variations
Color information
#43CA38 (or 0x43CA38) is known color: Lime Green. HEX triplet: 43, CA and 38. RGB value is (67,202,56). Sum of RGB (Red+Green+Blue) = 67+202+56=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 202 (79.30% from 255 or 62.15% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 202 - color contains mainly: green. Hex color #43CA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CA38 is #BC35C7. Grayscale: #919191. Windows color (decimal): -12334536 or 3721795. OLE color: 3721795.
HSL color Cylindrical-coordinate representation of color #43CA38: hue angle of 115.48º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43CA38 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 202 | 56 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.21 |
| HSL | 115.48º | 0.58% | 0.51% | - |
| HSV(B) | 115.48º | 0.72% | 0.79% | - |
| XYZ | 24.15 | 43.72 | 10.91 | - |
| YUV | 144.99 | 77.77 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 202 | 56 | 0.67 | 0 | 0.72 | 0.21 | 115.48 | 0.58 | 0.51 |
| Hex | 43 | CA | 38 | 43 | 0 | 48 | 15 | 73 | 3A | 33 |
| Octal | 103 | 312 | 70 | 103 | 0 | 110 | 25 | 163 | 72 | 63 |
| Binary | 1000011 | 11001010 | 111000 | 1000011 | 0 | 1001000 | 10101 | 1110011 | 111010 | 110011 |
Color Harmonies of #43CA38
Complementary color
Monochromatic Colors of #43CA38
Black with #43CA38
Text Example
Text Example
White with #43CA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CA38; }
p { color: rgb(67,202,56); }
H1.HeaderClassName
{
color: #43CA38;
}
.AnyTagClassName
{
color: #43CA38;
}
</style>
background-color css
<style>
a { background-color: #43CA38; }
a { background-color: rgb(67,202,56); }
div.DivClassName
{
background-color: #43CA38;
}
.BgClassName
{
background-color: #43CA38;
}
</style>
border-color css
<style>
span { border-color: #43CA38; }
span { border-color: rgb(67,202,56); }
td.TdClassName
{
border-color: #43CA38;
}
.TagClassName
{
border-color: #43CA38;
}
</style>