Shades of Lime Green #2DFA46
Tints of Lime Green #2DFA46
RGB
CMYK
RGB Variations
Color information
#2DFA46 (or 0x2DFA46) is known color: Lime Green. HEX triplet: 2D, FA and 46. RGB value is (45,250,70). Sum of RGB (Red+Green+Blue) = 45+250+70=365 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.33% from 365); Green value is 250 (98.05% from 255 or 68.49% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFA46 is #D205B9. Grayscale: #A8A8A8. Windows color (decimal): -13764026 or 4651565. OLE color: 4651565.
HSL color Cylindrical-coordinate representation of color #2DFA46: hue angle of 127.32º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFA46 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 70 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.02 |
| HSL | 127.32º | 0.95% | 0.58% | - |
| HSV(B) | 127.32º | 0.82% | 0.98% | - |
| XYZ | 36.37 | 69.37 | 17.27 | - |
| YUV | 168.19 | 72.58 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 70 | 0.82 | 0 | 0.72 | 0.02 | 127.32 | 0.95 | 0.58 |
| Hex | 2D | FA | 46 | 52 | 0 | 48 | 2 | 7F | 5F | 3A |
| Octal | 55 | 372 | 106 | 122 | 0 | 110 | 2 | 177 | 137 | 72 |
| Binary | 101101 | 11111010 | 1000110 | 1010010 | 0 | 1001000 | 10 | 1111111 | 1011111 | 111010 |
Color Harmonies of #2DFA46
Complementary color
Monochromatic Colors of #2DFA46
Black with #2DFA46
Text Example
Text Example
White with #2DFA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA46; }
p { color: rgb(45,250,70); }
H1.HeaderClassName
{
color: #2DFA46;
}
.AnyTagClassName
{
color: #2DFA46;
}
</style>
background-color css
<style>
a { background-color: #2DFA46; }
a { background-color: rgb(45,250,70); }
div.DivClassName
{
background-color: #2DFA46;
}
.BgClassName
{
background-color: #2DFA46;
}
</style>
border-color css
<style>
span { border-color: #2DFA46; }
span { border-color: rgb(45,250,70); }
td.TdClassName
{
border-color: #2DFA46;
}
.TagClassName
{
border-color: #2DFA46;
}
</style>