Shades of Lime Green #43CB40
Tints of Lime Green #43CB40
RGB
CMYK
RGB Variations
Color information
#43CB40 (or 0x43CB40) is known color: Lime Green. HEX triplet: 43, CB and 40. RGB value is (67,203,64). Sum of RGB (Red+Green+Blue) = 67+203+64=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 203 (79.69% from 255 or 60.78% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 203 - color contains mainly: green. Hex color #43CB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CB40 is #BC34BF. Grayscale: #929292. Windows color (decimal): -12334272 or 4246339. OLE color: 4246339.
HSL color Cylindrical-coordinate representation of color #43CB40: hue angle of 118.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43CB40 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 203 | 64 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.20 |
| HSL | 118.71º | 0.57% | 0.52% | - |
| HSV(B) | 118.71º | 0.68% | 0.8% | - |
| XYZ | 24.6 | 44.28 | 12.1 | - |
| YUV | 146.49 | 81.44 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 203 | 64 | 0.67 | 0 | 0.68 | 0.20 | 118.71 | 0.57 | 0.52 |
| Hex | 43 | CB | 40 | 43 | 0 | 44 | 14 | 77 | 39 | 34 |
| Octal | 103 | 313 | 100 | 103 | 0 | 104 | 24 | 167 | 71 | 64 |
| Binary | 1000011 | 11001011 | 1000000 | 1000011 | 0 | 1000100 | 10100 | 1110111 | 111001 | 110100 |
Color Harmonies of #43CB40
Complementary color
Monochromatic Colors of #43CB40
Black with #43CB40
Text Example
Text Example
White with #43CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CB40; }
p { color: rgb(67,203,64); }
H1.HeaderClassName
{
color: #43CB40;
}
.AnyTagClassName
{
color: #43CB40;
}
</style>
background-color css
<style>
a { background-color: #43CB40; }
a { background-color: rgb(67,203,64); }
div.DivClassName
{
background-color: #43CB40;
}
.BgClassName
{
background-color: #43CB40;
}
</style>
border-color css
<style>
span { border-color: #43CB40; }
span { border-color: rgb(67,203,64); }
td.TdClassName
{
border-color: #43CB40;
}
.TagClassName
{
border-color: #43CB40;
}
</style>