Shades of Lime Green #2DFE3F
Tints of Lime Green #2DFE3F
RGB
CMYK
RGB Variations
Color information
#2DFE3F (or 0x2DFE3F) is known color: Lime Green. HEX triplet: 2D, FE and 3F. RGB value is (45,254,63). Sum of RGB (Red+Green+Blue) = 45+254+63=362 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.43% from 362); Green value is 254 (99.61% from 255 or 70.17% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFE3F is #D201C0. Grayscale: #AAAAAA. Windows color (decimal): -13763009 or 4193837. OLE color: 4193837.
HSL color Cylindrical-coordinate representation of color #2DFE3F: hue angle of 125.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFE3F is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 63 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.00 |
| HSL | 125.17º | 0.99% | 0.59% | - |
| HSV(B) | 125.17º | 0.82% | 1% | - |
| XYZ | 37.42 | 71.8 | 16.59 | - |
| YUV | 169.74 | 67.76 | 39.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 63 | 0.82 | 0 | 0.75 | 0.00 | 125.17 | 0.99 | 0.59 |
| Hex | 2D | FE | 3F | 52 | 0 | 4B | 0 | 7D | 63 | 3B |
| Octal | 55 | 376 | 77 | 122 | 0 | 113 | 0 | 175 | 143 | 73 |
| Binary | 101101 | 11111110 | 111111 | 1010010 | 0 | 1001011 | 0 | 1111101 | 1100011 | 111011 |
Color Harmonies of #2DFE3F
Complementary color
Monochromatic Colors of #2DFE3F
Black with #2DFE3F
Text Example
Text Example
White with #2DFE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFE3F; }
p { color: rgb(45,254,63); }
H1.HeaderClassName
{
color: #2DFE3F;
}
.AnyTagClassName
{
color: #2DFE3F;
}
</style>
background-color css
<style>
a { background-color: #2DFE3F; }
a { background-color: rgb(45,254,63); }
div.DivClassName
{
background-color: #2DFE3F;
}
.BgClassName
{
background-color: #2DFE3F;
}
</style>
border-color css
<style>
span { border-color: #2DFE3F; }
span { border-color: rgb(45,254,63); }
td.TdClassName
{
border-color: #2DFE3F;
}
.TagClassName
{
border-color: #2DFE3F;
}
</style>