Shades of Lime Green #2DF346
Tints of Lime Green #2DF346
RGB
CMYK
RGB Variations
Color information
#2DF346 (or 0x2DF346) is known color: Lime Green. HEX triplet: 2D, F3 and 46. RGB value is (45,243,70). Sum of RGB (Red+Green+Blue) = 45+243+70=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 243 (95.31% from 255 or 67.88% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF346 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF346 is #D20CB9. Grayscale: #A4A4A4. Windows color (decimal): -13765818 or 4649773. OLE color: 4649773.
HSL color Cylindrical-coordinate representation of color #2DF346: hue angle of 127.58º 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 #2DF346 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 70 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.05 |
| HSL | 127.58º | 0.89% | 0.56% | - |
| HSV(B) | 127.58º | 0.81% | 0.95% | - |
| XYZ | 34.24 | 65.1 | 16.56 | - |
| YUV | 164.08 | 74.9 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 70 | 0.81 | 0 | 0.71 | 0.05 | 127.58 | 0.89 | 0.56 |
| Hex | 2D | F3 | 46 | 51 | 0 | 47 | 5 | 80 | 59 | 38 |
| Octal | 55 | 363 | 106 | 121 | 0 | 107 | 5 | 200 | 131 | 70 |
| Binary | 101101 | 11110011 | 1000110 | 1010001 | 0 | 1000111 | 101 | 10000000 | 1011001 | 111000 |
Color Harmonies of #2DF346
Complementary color
Monochromatic Colors of #2DF346
Black with #2DF346
Text Example
Text Example
White with #2DF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF346; }
p { color: rgb(45,243,70); }
H1.HeaderClassName
{
color: #2DF346;
}
.AnyTagClassName
{
color: #2DF346;
}
</style>
background-color css
<style>
a { background-color: #2DF346; }
a { background-color: rgb(45,243,70); }
div.DivClassName
{
background-color: #2DF346;
}
.BgClassName
{
background-color: #2DF346;
}
</style>
border-color css
<style>
span { border-color: #2DF346; }
span { border-color: rgb(45,243,70); }
td.TdClassName
{
border-color: #2DF346;
}
.TagClassName
{
border-color: #2DF346;
}
</style>