Shades of Lime Green #2DF344
Tints of Lime Green #2DF344
RGB
CMYK
RGB Variations
Color information
#2DF344 (or 0x2DF344) is known color: Lime Green. HEX triplet: 2D, F3 and 44. RGB value is (45,243,68). Sum of RGB (Red+Green+Blue) = 45+243+68=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 243 (95.31% from 255 or 68.26% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF344 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF344 is #D20CBB. Grayscale: #A4A4A4. Windows color (decimal): -13765820 or 4518701. OLE color: 4518701.
HSL color Cylindrical-coordinate representation of color #2DF344: hue angle of 126.97º degrees, saturation: 0.89, 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 #2DF344 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 68 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.05 |
| HSL | 126.97º | 0.89% | 0.56% | - |
| HSV(B) | 126.97º | 0.81% | 0.95% | - |
| XYZ | 34.18 | 65.08 | 16.23 | - |
| YUV | 163.85 | 73.9 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 68 | 0.81 | 0 | 0.72 | 0.05 | 126.97 | 0.89 | 0.56 |
| Hex | 2D | F3 | 44 | 51 | 0 | 48 | 5 | 7F | 59 | 38 |
| Octal | 55 | 363 | 104 | 121 | 0 | 110 | 5 | 177 | 131 | 70 |
| Binary | 101101 | 11110011 | 1000100 | 1010001 | 0 | 1001000 | 101 | 1111111 | 1011001 | 111000 |
Color Harmonies of #2DF344
Complementary color
Monochromatic Colors of #2DF344
Black with #2DF344
Text Example
Text Example
White with #2DF344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF344; }
p { color: rgb(45,243,68); }
H1.HeaderClassName
{
color: #2DF344;
}
.AnyTagClassName
{
color: #2DF344;
}
</style>
background-color css
<style>
a { background-color: #2DF344; }
a { background-color: rgb(45,243,68); }
div.DivClassName
{
background-color: #2DF344;
}
.BgClassName
{
background-color: #2DF344;
}
</style>
border-color css
<style>
span { border-color: #2DF344; }
span { border-color: rgb(45,243,68); }
td.TdClassName
{
border-color: #2DF344;
}
.TagClassName
{
border-color: #2DF344;
}
</style>