Shades of Lime Green #2DF23F
Tints of Lime Green #2DF23F
RGB
CMYK
RGB Variations
Color information
#2DF23F (or 0x2DF23F) is known color: Lime Green. HEX triplet: 2D, F2 and 3F. RGB value is (45,242,63). Sum of RGB (Red+Green+Blue) = 45+242+63=350 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.86% from 350); Green value is 242 (94.92% from 255 or 69.14% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF23F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF23F is #D20DC0. Grayscale: #A3A3A3. Windows color (decimal): -13766081 or 4190765. OLE color: 4190765.
HSL color Cylindrical-coordinate representation of color #2DF23F: hue angle of 125.48º degrees, saturation: 0.88, 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 #2DF23F is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 242 | 63 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.05 |
| HSL | 125.48º | 0.88% | 0.56% | - |
| HSV(B) | 125.48º | 0.81% | 0.95% | - |
| XYZ | 33.73 | 64.42 | 15.36 | - |
| YUV | 162.69 | 71.73 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 242 | 63 | 0.81 | 0 | 0.74 | 0.05 | 125.48 | 0.88 | 0.56 |
| Hex | 2D | F2 | 3F | 51 | 0 | 4A | 5 | 7D | 58 | 38 |
| Octal | 55 | 362 | 77 | 121 | 0 | 112 | 5 | 175 | 130 | 70 |
| Binary | 101101 | 11110010 | 111111 | 1010001 | 0 | 1001010 | 101 | 1111101 | 1011000 | 111000 |
Color Harmonies of #2DF23F
Complementary color
Monochromatic Colors of #2DF23F
Black with #2DF23F
Text Example
Text Example
White with #2DF23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF23F; }
p { color: rgb(45,242,63); }
H1.HeaderClassName
{
color: #2DF23F;
}
.AnyTagClassName
{
color: #2DF23F;
}
</style>
background-color css
<style>
a { background-color: #2DF23F; }
a { background-color: rgb(45,242,63); }
div.DivClassName
{
background-color: #2DF23F;
}
.BgClassName
{
background-color: #2DF23F;
}
</style>
border-color css
<style>
span { border-color: #2DF23F; }
span { border-color: rgb(45,242,63); }
td.TdClassName
{
border-color: #2DF23F;
}
.TagClassName
{
border-color: #2DF23F;
}
</style>