Shades of Lime Green #2DF249
Tints of Lime Green #2DF249
RGB
CMYK
RGB Variations
Color information
#2DF249 (or 0x2DF249) is known color: Lime Green. HEX triplet: 2D, F2 and 49. RGB value is (45,242,73). Sum of RGB (Red+Green+Blue) = 45+242+73=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 242 (94.92% from 255 or 67.22% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF249 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF249 is #D20DB6. Grayscale: #A4A4A4. Windows color (decimal): -13766071 or 4846125. OLE color: 4846125.
HSL color Cylindrical-coordinate representation of color #2DF249: hue angle of 128.53º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF249 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 242 | 73 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.05 |
| HSL | 128.53º | 0.88% | 0.56% | - |
| HSV(B) | 128.53º | 0.81% | 0.95% | - |
| XYZ | 34.04 | 64.54 | 16.97 | - |
| YUV | 163.83 | 76.73 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 242 | 73 | 0.81 | 0 | 0.70 | 0.05 | 128.53 | 0.88 | 0.56 |
| Hex | 2D | F2 | 49 | 51 | 0 | 46 | 5 | 81 | 58 | 38 |
| Octal | 55 | 362 | 111 | 121 | 0 | 106 | 5 | 201 | 130 | 70 |
| Binary | 101101 | 11110010 | 1001001 | 1010001 | 0 | 1000110 | 101 | 10000001 | 1011000 | 111000 |
Color Harmonies of #2DF249
Complementary color
Monochromatic Colors of #2DF249
Black with #2DF249
Text Example
Text Example
White with #2DF249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF249; }
p { color: rgb(45,242,73); }
H1.HeaderClassName
{
color: #2DF249;
}
.AnyTagClassName
{
color: #2DF249;
}
</style>
background-color css
<style>
a { background-color: #2DF249; }
a { background-color: rgb(45,242,73); }
div.DivClassName
{
background-color: #2DF249;
}
.BgClassName
{
background-color: #2DF249;
}
</style>
border-color css
<style>
span { border-color: #2DF249; }
span { border-color: rgb(45,242,73); }
td.TdClassName
{
border-color: #2DF249;
}
.TagClassName
{
border-color: #2DF249;
}
</style>