Shades of Lime Green #43B83C
Tints of Lime Green #43B83C
RGB
CMYK
RGB Variations
Color information
#43B83C (or 0x43B83C) is known color: Lime Green. HEX triplet: 43, B8 and 3C. RGB value is (67,184,60). Sum of RGB (Red+Green+Blue) = 67+184+60=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 184 (72.27% from 255 or 59.16% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 184 - color contains mainly: green. Hex color #43B83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43B83C is #BC47C3. Grayscale: #878787. Windows color (decimal): -12339140 or 3979331. OLE color: 3979331.
HSL color Cylindrical-coordinate representation of color #43B83C: hue angle of 116.61º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43B83C is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 67 | 184 | 60 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.28 |
| HSL | 116.61º | 0.51% | 0.48% | - |
| HSV(B) | 116.61º | 0.67% | 0.72% | - |
| XYZ | 20.27 | 35.8 | 10.12 | - |
| YUV | 134.88 | 85.74 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 184 | 60 | 0.64 | 0 | 0.67 | 0.28 | 116.61 | 0.51 | 0.48 |
| Hex | 43 | B8 | 3C | 40 | 0 | 43 | 1C | 75 | 33 | 30 |
| Octal | 103 | 270 | 74 | 100 | 0 | 103 | 34 | 165 | 63 | 60 |
| Binary | 1000011 | 10111000 | 111100 | 1000000 | 0 | 1000011 | 11100 | 1110101 | 110011 | 110000 |
Color Harmonies of #43B83C
Complementary color
Monochromatic Colors of #43B83C
Black with #43B83C
Text Example
Text Example
White with #43B83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B83C; }
p { color: rgb(67,184,60); }
H1.HeaderClassName
{
color: #43B83C;
}
.AnyTagClassName
{
color: #43B83C;
}
</style>
background-color css
<style>
a { background-color: #43B83C; }
a { background-color: rgb(67,184,60); }
div.DivClassName
{
background-color: #43B83C;
}
.BgClassName
{
background-color: #43B83C;
}
</style>
border-color css
<style>
span { border-color: #43B83C; }
span { border-color: rgb(67,184,60); }
td.TdClassName
{
border-color: #43B83C;
}
.TagClassName
{
border-color: #43B83C;
}
</style>