Shades of Lime Green #43D827
Tints of Lime Green #43D827
RGB
CMYK
RGB Variations
Color information
#43D827 (or 0x43D827) is known color: Lime Green. HEX triplet: 43, D8 and 27. RGB value is (67,216,39). Sum of RGB (Red+Green+Blue) = 67+216+39=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 216 (84.77% from 255 or 67.08% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 216 - color contains mainly: green. Hex color #43D827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D827 is #BC27D8. Grayscale: #979797. Windows color (decimal): -12330969 or 2611267. OLE color: 2611267.
HSL color Cylindrical-coordinate representation of color #43D827: hue angle of 110.51º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43D827 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 216 | 39 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.15 |
| HSL | 110.51º | 0.69% | 0.5% | - |
| HSV(B) | 110.51º | 0.82% | 0.85% | - |
| XYZ | 27.24 | 50.45 | 10.22 | - |
| YUV | 151.27 | 64.64 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 216 | 39 | 0.69 | 0 | 0.82 | 0.15 | 110.51 | 0.69 | 0.5 |
| Hex | 43 | D8 | 27 | 45 | 0 | 52 | F | 6F | 45 | 32 |
| Octal | 103 | 330 | 47 | 105 | 0 | 122 | 17 | 157 | 105 | 62 |
| Binary | 1000011 | 11011000 | 100111 | 1000101 | 0 | 1010010 | 1111 | 1101111 | 1000101 | 110010 |
Color Harmonies of #43D827
Complementary color
Monochromatic Colors of #43D827
Black with #43D827
Text Example
Text Example
White with #43D827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D827; }
p { color: rgb(67,216,39); }
H1.HeaderClassName
{
color: #43D827;
}
.AnyTagClassName
{
color: #43D827;
}
</style>
background-color css
<style>
a { background-color: #43D827; }
a { background-color: rgb(67,216,39); }
div.DivClassName
{
background-color: #43D827;
}
.BgClassName
{
background-color: #43D827;
}
</style>
border-color css
<style>
span { border-color: #43D827; }
span { border-color: rgb(67,216,39); }
td.TdClassName
{
border-color: #43D827;
}
.TagClassName
{
border-color: #43D827;
}
</style>