Shades of Lime Green #2DF648
Tints of Lime Green #2DF648
RGB
CMYK
RGB Variations
Color information
#2DF648 (or 0x2DF648) is known color: Lime Green. HEX triplet: 2D, F6 and 48. RGB value is (45,246,72). Sum of RGB (Red+Green+Blue) = 45+246+72=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 246 (96.48% from 255 or 67.77% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF648 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF648 is #D209B7. Grayscale: #A6A6A6. Windows color (decimal): -13765048 or 4781613. OLE color: 4781613.
HSL color Cylindrical-coordinate representation of color #2DF648: hue angle of 128.06º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF648 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 246 | 72 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.04 |
| HSL | 128.06º | 0.92% | 0.57% | - |
| HSV(B) | 128.06º | 0.82% | 0.96% | - |
| XYZ | 35.21 | 66.94 | 17.2 | - |
| YUV | 166.07 | 74.91 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 246 | 72 | 0.82 | 0 | 0.71 | 0.04 | 128.06 | 0.92 | 0.57 |
| Hex | 2D | F6 | 48 | 52 | 0 | 47 | 4 | 80 | 5C | 39 |
| Octal | 55 | 366 | 110 | 122 | 0 | 107 | 4 | 200 | 134 | 71 |
| Binary | 101101 | 11110110 | 1001000 | 1010010 | 0 | 1000111 | 100 | 10000000 | 1011100 | 111001 |
Color Harmonies of #2DF648
Complementary color
Monochromatic Colors of #2DF648
Black with #2DF648
Text Example
Text Example
White with #2DF648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF648; }
p { color: rgb(45,246,72); }
H1.HeaderClassName
{
color: #2DF648;
}
.AnyTagClassName
{
color: #2DF648;
}
</style>
background-color css
<style>
a { background-color: #2DF648; }
a { background-color: rgb(45,246,72); }
div.DivClassName
{
background-color: #2DF648;
}
.BgClassName
{
background-color: #2DF648;
}
</style>
border-color css
<style>
span { border-color: #2DF648; }
span { border-color: rgb(45,246,72); }
td.TdClassName
{
border-color: #2DF648;
}
.TagClassName
{
border-color: #2DF648;
}
</style>