Shades of Lime Green #51DF43
Tints of Lime Green #51DF43
RGB
CMYK
RGB Variations
Color information
#51DF43 (or 0x51DF43) is known color: Lime Green. HEX triplet: 51, DF and 43. RGB value is (81,223,67). Sum of RGB (Red+Green+Blue) = 81+223+67=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 223 (87.5% from 255 or 60.11% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 223 - color contains mainly: green. Hex color #51DF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51DF43 is #AE20BC. Grayscale: #A3A3A3. Windows color (decimal): -11411645 or 4448081. OLE color: 4448081.
HSL color Cylindrical-coordinate representation of color #51DF43: hue angle of 114.62º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51DF43 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 223 | 67 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.13 |
| HSL | 114.62º | 0.71% | 0.57% | - |
| HSV(B) | 114.62º | 0.7% | 0.87% | - |
| XYZ | 30.79 | 54.93 | 14.29 | - |
| YUV | 162.76 | 73.96 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 223 | 67 | 0.64 | 0 | 0.70 | 0.13 | 114.62 | 0.71 | 0.57 |
| Hex | 51 | DF | 43 | 40 | 0 | 46 | D | 73 | 47 | 39 |
| Octal | 121 | 337 | 103 | 100 | 0 | 106 | 15 | 163 | 107 | 71 |
| Binary | 1010001 | 11011111 | 1000011 | 1000000 | 0 | 1000110 | 1101 | 1110011 | 1000111 | 111001 |
Color Harmonies of #51DF43
Complementary color
Monochromatic Colors of #51DF43
Black with #51DF43
Text Example
Text Example
White with #51DF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DF43; }
p { color: rgb(81,223,67); }
H1.HeaderClassName
{
color: #51DF43;
}
.AnyTagClassName
{
color: #51DF43;
}
</style>
background-color css
<style>
a { background-color: #51DF43; }
a { background-color: rgb(81,223,67); }
div.DivClassName
{
background-color: #51DF43;
}
.BgClassName
{
background-color: #51DF43;
}
</style>
border-color css
<style>
span { border-color: #51DF43; }
span { border-color: rgb(81,223,67); }
td.TdClassName
{
border-color: #51DF43;
}
.TagClassName
{
border-color: #51DF43;
}
</style>