Shades of Lime Green #2DF944
Tints of Lime Green #2DF944
RGB
CMYK
RGB Variations
Color information
#2DF944 (or 0x2DF944) is known color: Lime Green. HEX triplet: 2D, F9 and 44. RGB value is (45,249,68). Sum of RGB (Red+Green+Blue) = 45+249+68=362 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.43% from 362); Green value is 249 (97.66% from 255 or 68.78% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF944 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF944 is #D206BB. Grayscale: #A7A7A7. Windows color (decimal): -13764284 or 4520237. OLE color: 4520237.
HSL color Cylindrical-coordinate representation of color #2DF944: hue angle of 126.76º degrees, saturation: 0.94, 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 #2DF944 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 68 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.02 |
| HSL | 126.76º | 0.94% | 0.58% | - |
| HSV(B) | 126.76º | 0.82% | 0.98% | - |
| XYZ | 36 | 68.73 | 16.84 | - |
| YUV | 167.37 | 71.91 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 68 | 0.82 | 0 | 0.73 | 0.02 | 126.76 | 0.94 | 0.58 |
| Hex | 2D | F9 | 44 | 52 | 0 | 49 | 2 | 7F | 5E | 3A |
| Octal | 55 | 371 | 104 | 122 | 0 | 111 | 2 | 177 | 136 | 72 |
| Binary | 101101 | 11111001 | 1000100 | 1010010 | 0 | 1001001 | 10 | 1111111 | 1011110 | 111010 |
Color Harmonies of #2DF944
Complementary color
Monochromatic Colors of #2DF944
Black with #2DF944
Text Example
Text Example
White with #2DF944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF944; }
p { color: rgb(45,249,68); }
H1.HeaderClassName
{
color: #2DF944;
}
.AnyTagClassName
{
color: #2DF944;
}
</style>
background-color css
<style>
a { background-color: #2DF944; }
a { background-color: rgb(45,249,68); }
div.DivClassName
{
background-color: #2DF944;
}
.BgClassName
{
background-color: #2DF944;
}
</style>
border-color css
<style>
span { border-color: #2DF944; }
span { border-color: rgb(45,249,68); }
td.TdClassName
{
border-color: #2DF944;
}
.TagClassName
{
border-color: #2DF944;
}
</style>