Shades of Lime Green #2DAE23
Tints of Lime Green #2DAE23
RGB
CMYK
RGB Variations
Color information
#2DAE23 (or 0x2DAE23) is known color: Lime Green. HEX triplet: 2D, AE and 23. RGB value is (45,174,35). Sum of RGB (Red+Green+Blue) = 45+174+35=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 174 (68.36% from 255 or 68.50% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAE23 is #D251DC. Grayscale: #787878. Windows color (decimal): -13783517 or 2338349. OLE color: 2338349.
HSL color Cylindrical-coordinate representation of color #2DAE23: hue angle of 115.68º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DAE23 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 174 | 35 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.32 |
| HSL | 115.68º | 0.67% | 0.41% | - |
| HSV(B) | 115.68º | 0.8% | 0.68% | - |
| XYZ | 16.52 | 30.95 | 6.69 | - |
| YUV | 119.58 | 80.26 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 35 | 0.74 | 0 | 0.80 | 0.32 | 115.68 | 0.67 | 0.41 |
| Hex | 2D | AE | 23 | 4A | 0 | 50 | 20 | 74 | 43 | 29 |
| Octal | 55 | 256 | 43 | 112 | 0 | 120 | 40 | 164 | 103 | 51 |
| Binary | 101101 | 10101110 | 100011 | 1001010 | 0 | 1010000 | 100000 | 1110100 | 1000011 | 101001 |
Color Harmonies of #2DAE23
Complementary color
Monochromatic Colors of #2DAE23
Black with #2DAE23
Text Example
Text Example
White with #2DAE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAE23; }
p { color: rgb(45,174,35); }
H1.HeaderClassName
{
color: #2DAE23;
}
.AnyTagClassName
{
color: #2DAE23;
}
</style>
background-color css
<style>
a { background-color: #2DAE23; }
a { background-color: rgb(45,174,35); }
div.DivClassName
{
background-color: #2DAE23;
}
.BgClassName
{
background-color: #2DAE23;
}
</style>
border-color css
<style>
span { border-color: #2DAE23; }
span { border-color: rgb(45,174,35); }
td.TdClassName
{
border-color: #2DAE23;
}
.TagClassName
{
border-color: #2DAE23;
}
</style>