Shades of Lime Green #2DFA44
Tints of Lime Green #2DFA44
RGB
CMYK
RGB Variations
Color information
#2DFA44 (or 0x2DFA44) is known color: Lime Green. HEX triplet: 2D, FA and 44. RGB value is (45,250,68). Sum of RGB (Red+Green+Blue) = 45+250+68=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 250 (98.05% from 255 or 68.87% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFA44 is #D205BB. Grayscale: #A8A8A8. Windows color (decimal): -13764028 or 4520493. OLE color: 4520493.
HSL color Cylindrical-coordinate representation of color #2DFA44: hue angle of 126.73º 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 #2DFA44 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 68 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.02 |
| HSL | 126.73º | 0.95% | 0.58% | - |
| HSV(B) | 126.73º | 0.82% | 0.98% | - |
| XYZ | 36.31 | 69.35 | 16.94 | - |
| YUV | 167.96 | 71.58 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 68 | 0.82 | 0 | 0.73 | 0.02 | 126.73 | 0.95 | 0.58 |
| Hex | 2D | FA | 44 | 52 | 0 | 49 | 2 | 7F | 5F | 3A |
| Octal | 55 | 372 | 104 | 122 | 0 | 111 | 2 | 177 | 137 | 72 |
| Binary | 101101 | 11111010 | 1000100 | 1010010 | 0 | 1001001 | 10 | 1111111 | 1011111 | 111010 |
Color Harmonies of #2DFA44
Complementary color
Monochromatic Colors of #2DFA44
Black with #2DFA44
Text Example
Text Example
White with #2DFA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA44; }
p { color: rgb(45,250,68); }
H1.HeaderClassName
{
color: #2DFA44;
}
.AnyTagClassName
{
color: #2DFA44;
}
</style>
background-color css
<style>
a { background-color: #2DFA44; }
a { background-color: rgb(45,250,68); }
div.DivClassName
{
background-color: #2DFA44;
}
.BgClassName
{
background-color: #2DFA44;
}
</style>
border-color css
<style>
span { border-color: #2DFA44; }
span { border-color: rgb(45,250,68); }
td.TdClassName
{
border-color: #2DFA44;
}
.TagClassName
{
border-color: #2DFA44;
}
</style>