Shades of Lime Green #43C338
Tints of Lime Green #43C338
RGB
CMYK
RGB Variations
Color information
#43C338 (or 0x43C338) is known color: Lime Green. HEX triplet: 43, C3 and 38. RGB value is (67,195,56). Sum of RGB (Red+Green+Blue) = 67+195+56=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 195 (76.56% from 255 or 61.32% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 195 - color contains mainly: green. Hex color #43C338 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C338 is #BC3CC7. Grayscale: #8D8D8D. Windows color (decimal): -12336328 or 3720003. OLE color: 3720003.
HSL color Cylindrical-coordinate representation of color #43C338: hue angle of 115.25º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43C338 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 195 | 56 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.24 |
| HSL | 115.25º | 0.55% | 0.49% | - |
| HSV(B) | 115.25º | 0.71% | 0.76% | - |
| XYZ | 22.54 | 40.51 | 10.37 | - |
| YUV | 140.88 | 80.09 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 195 | 56 | 0.66 | 0 | 0.71 | 0.24 | 115.25 | 0.55 | 0.49 |
| Hex | 43 | C3 | 38 | 42 | 0 | 47 | 18 | 73 | 37 | 31 |
| Octal | 103 | 303 | 70 | 102 | 0 | 107 | 30 | 163 | 67 | 61 |
| Binary | 1000011 | 11000011 | 111000 | 1000010 | 0 | 1000111 | 11000 | 1110011 | 110111 | 110001 |
Color Harmonies of #43C338
Complementary color
Monochromatic Colors of #43C338
Black with #43C338
Text Example
Text Example
White with #43C338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C338; }
p { color: rgb(67,195,56); }
H1.HeaderClassName
{
color: #43C338;
}
.AnyTagClassName
{
color: #43C338;
}
</style>
background-color css
<style>
a { background-color: #43C338; }
a { background-color: rgb(67,195,56); }
div.DivClassName
{
background-color: #43C338;
}
.BgClassName
{
background-color: #43C338;
}
</style>
border-color css
<style>
span { border-color: #43C338; }
span { border-color: rgb(67,195,56); }
td.TdClassName
{
border-color: #43C338;
}
.TagClassName
{
border-color: #43C338;
}
</style>