Shades of Lime Green #43C935
Tints of Lime Green #43C935
RGB
CMYK
RGB Variations
Color information
#43C935 (or 0x43C935) is known color: Lime Green. HEX triplet: 43, C9 and 35. RGB value is (67,201,53). Sum of RGB (Red+Green+Blue) = 67+201+53=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 201 (78.91% from 255 or 62.62% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 201 - color contains mainly: green. Hex color #43C935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C935 is #BC36CA. Grayscale: #909090. Windows color (decimal): -12334795 or 3524931. OLE color: 3524931.
HSL color Cylindrical-coordinate representation of color #43C935: hue angle of 114.32º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43C935 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 201 | 53 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.21 |
| HSL | 114.32º | 0.58% | 0.5% | - |
| HSV(B) | 114.32º | 0.74% | 0.79% | - |
| XYZ | 23.84 | 43.22 | 10.45 | - |
| YUV | 144.06 | 76.61 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 201 | 53 | 0.67 | 0 | 0.74 | 0.21 | 114.32 | 0.58 | 0.5 |
| Hex | 43 | C9 | 35 | 43 | 0 | 4A | 15 | 72 | 3A | 32 |
| Octal | 103 | 311 | 65 | 103 | 0 | 112 | 25 | 162 | 72 | 62 |
| Binary | 1000011 | 11001001 | 110101 | 1000011 | 0 | 1001010 | 10101 | 1110010 | 111010 | 110010 |
Color Harmonies of #43C935
Complementary color
Monochromatic Colors of #43C935
Black with #43C935
Text Example
Text Example
White with #43C935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C935; }
p { color: rgb(67,201,53); }
H1.HeaderClassName
{
color: #43C935;
}
.AnyTagClassName
{
color: #43C935;
}
</style>
background-color css
<style>
a { background-color: #43C935; }
a { background-color: rgb(67,201,53); }
div.DivClassName
{
background-color: #43C935;
}
.BgClassName
{
background-color: #43C935;
}
</style>
border-color css
<style>
span { border-color: #43C935; }
span { border-color: rgb(67,201,53); }
td.TdClassName
{
border-color: #43C935;
}
.TagClassName
{
border-color: #43C935;
}
</style>