Shades of Lime Green #43C92C
Tints of Lime Green #43C92C
RGB
CMYK
RGB Variations
Color information
#43C92C (or 0x43C92C) is known color: Lime Green. HEX triplet: 43, C9 and 2C. RGB value is (67,201,44). Sum of RGB (Red+Green+Blue) = 67+201+44=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 201 (78.91% from 255 or 64.42% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 201 - color contains mainly: green. Hex color #43C92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C92C is #BC36D3. Grayscale: #8F8F8F. Windows color (decimal): -12334804 or 2935107. OLE color: 2935107.
HSL color Cylindrical-coordinate representation of color #43C92C: hue angle of 111.21º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43C92C is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 201 | 44 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.21 |
| HSL | 111.21º | 0.64% | 0.48% | - |
| HSV(B) | 111.21º | 0.78% | 0.79% | - |
| XYZ | 23.66 | 43.15 | 9.46 | - |
| YUV | 143.04 | 72.11 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 201 | 44 | 0.67 | 0 | 0.78 | 0.21 | 111.21 | 0.64 | 0.48 |
| Hex | 43 | C9 | 2C | 43 | 0 | 4E | 15 | 6F | 40 | 30 |
| Octal | 103 | 311 | 54 | 103 | 0 | 116 | 25 | 157 | 100 | 60 |
| Binary | 1000011 | 11001001 | 101100 | 1000011 | 0 | 1001110 | 10101 | 1101111 | 1000000 | 110000 |
Color Harmonies of #43C92C
Complementary color
Monochromatic Colors of #43C92C
Black with #43C92C
Text Example
Text Example
White with #43C92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C92C; }
p { color: rgb(67,201,44); }
H1.HeaderClassName
{
color: #43C92C;
}
.AnyTagClassName
{
color: #43C92C;
}
</style>
background-color css
<style>
a { background-color: #43C92C; }
a { background-color: rgb(67,201,44); }
div.DivClassName
{
background-color: #43C92C;
}
.BgClassName
{
background-color: #43C92C;
}
</style>
border-color css
<style>
span { border-color: #43C92C; }
span { border-color: rgb(67,201,44); }
td.TdClassName
{
border-color: #43C92C;
}
.TagClassName
{
border-color: #43C92C;
}
</style>