Shades of Lime Green #2DAF23
Tints of Lime Green #2DAF23
RGB
CMYK
RGB Variations
Color information
#2DAF23 (or 0x2DAF23) is known color: Lime Green. HEX triplet: 2D, AF and 23. RGB value is (45,175,35). Sum of RGB (Red+Green+Blue) = 45+175+35=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 175 (68.75% from 255 or 68.63% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAF23 is #D250DC. Grayscale: #787878. Windows color (decimal): -13783261 or 2338605. OLE color: 2338605.
HSL color Cylindrical-coordinate representation of color #2DAF23: hue angle of 115.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DAF23 is Cyan = 0.74, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 35 | - |
| CMYK | 0.74 | 0 | 0.8 | 0.31 |
| HSL | 115.71º | 0.67% | 0.41% | - |
| HSV(B) | 115.71º | 0.8% | 0.69% | - |
| XYZ | 16.72 | 31.34 | 6.76 | - |
| YUV | 120.17 | 79.93 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 35 | 0.74 | 0 | 0.8 | 0.31 | 115.71 | 0.67 | 0.41 |
| Hex | 2D | AF | 23 | 4A | 0 | 50 | 1F | 74 | 43 | 29 |
| Octal | 55 | 257 | 43 | 112 | 0 | 120 | 37 | 164 | 103 | 51 |
| Binary | 101101 | 10101111 | 100011 | 1001010 | 0 | 1010000 | 11111 | 1110100 | 1000011 | 101001 |
Color Harmonies of #2DAF23
Complementary color
Monochromatic Colors of #2DAF23
Black with #2DAF23
Text Example
Text Example
White with #2DAF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF23; }
p { color: rgb(45,175,35); }
H1.HeaderClassName
{
color: #2DAF23;
}
.AnyTagClassName
{
color: #2DAF23;
}
</style>
background-color css
<style>
a { background-color: #2DAF23; }
a { background-color: rgb(45,175,35); }
div.DivClassName
{
background-color: #2DAF23;
}
.BgClassName
{
background-color: #2DAF23;
}
</style>
border-color css
<style>
span { border-color: #2DAF23; }
span { border-color: rgb(45,175,35); }
td.TdClassName
{
border-color: #2DAF23;
}
.TagClassName
{
border-color: #2DAF23;
}
</style>