Shades of Lime Green #51ED2D
Tints of Lime Green #51ED2D
RGB
CMYK
RGB Variations
Color information
#51ED2D (or 0x51ED2D) is known color: Lime Green. HEX triplet: 51, ED and 2D. RGB value is (81,237,45). Sum of RGB (Red+Green+Blue) = 81+237+45=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 237 (92.97% from 255 or 65.29% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 237 - color contains mainly: green. Hex color #51ED2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #51ED2D is #AE12D2. Grayscale: #A9A9A9. Windows color (decimal): -11408083 or 3009873. OLE color: 3009873.
HSL color Cylindrical-coordinate representation of color #51ED2D: hue angle of 108.75º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51ED2D is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 237 | 45 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.07 |
| HSL | 108.75º | 0.84% | 0.55% | - |
| HSV(B) | 108.75º | 0.81% | 0.93% | - |
| XYZ | 34.15 | 62.51 | 12.75 | - |
| YUV | 168.47 | 58.32 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 237 | 45 | 0.66 | 0 | 0.81 | 0.07 | 108.75 | 0.84 | 0.55 |
| Hex | 51 | ED | 2D | 42 | 0 | 51 | 7 | 6D | 54 | 37 |
| Octal | 121 | 355 | 55 | 102 | 0 | 121 | 7 | 155 | 124 | 67 |
| Binary | 1010001 | 11101101 | 101101 | 1000010 | 0 | 1010001 | 111 | 1101101 | 1010100 | 110111 |
Color Harmonies of #51ED2D
Complementary color
Monochromatic Colors of #51ED2D
Black with #51ED2D
Text Example
Text Example
White with #51ED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ED2D; }
p { color: rgb(81,237,45); }
H1.HeaderClassName
{
color: #51ED2D;
}
.AnyTagClassName
{
color: #51ED2D;
}
</style>
background-color css
<style>
a { background-color: #51ED2D; }
a { background-color: rgb(81,237,45); }
div.DivClassName
{
background-color: #51ED2D;
}
.BgClassName
{
background-color: #51ED2D;
}
</style>
border-color css
<style>
span { border-color: #51ED2D; }
span { border-color: rgb(81,237,45); }
td.TdClassName
{
border-color: #51ED2D;
}
.TagClassName
{
border-color: #51ED2D;
}
</style>