Shades of Lime Green #23AD3A
Tints of Lime Green #23AD3A
RGB
CMYK
RGB Variations
Color information
#23AD3A (or 0x23AD3A) is known color: Lime Green. HEX triplet: 23, AD and 3A. RGB value is (35,173,58). Sum of RGB (Red+Green+Blue) = 35+173+58=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 173 (67.97% from 255 or 65.04% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 173 - color contains mainly: green. Hex color #23AD3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AD3A is #DC52C5. Grayscale: #767676. Windows color (decimal): -14439110 or 3845411. OLE color: 3845411.
HSL color Cylindrical-coordinate representation of color #23AD3A: hue angle of 130º degrees, saturation: 0.66, 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 #23AD3A is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 173 | 58 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.32 |
| HSL | 130º | 0.66% | 0.41% | - |
| HSV(B) | 130º | 0.8% | 0.68% | - |
| XYZ | 16.4 | 30.55 | 9.04 | - |
| YUV | 118.63 | 93.78 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 58 | 0.80 | 0 | 0.66 | 0.32 | 130 | 0.66 | 0.41 |
| Hex | 23 | AD | 3A | 50 | 0 | 42 | 20 | 82 | 42 | 29 |
| Octal | 43 | 255 | 72 | 120 | 0 | 102 | 40 | 202 | 102 | 51 |
| Binary | 100011 | 10101101 | 111010 | 1010000 | 0 | 1000010 | 100000 | 10000010 | 1000010 | 101001 |
Color Harmonies of #23AD3A
Complementary color
Monochromatic Colors of #23AD3A
Black with #23AD3A
Text Example
Text Example
White with #23AD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AD3A; }
p { color: rgb(35,173,58); }
H1.HeaderClassName
{
color: #23AD3A;
}
.AnyTagClassName
{
color: #23AD3A;
}
</style>
background-color css
<style>
a { background-color: #23AD3A; }
a { background-color: rgb(35,173,58); }
div.DivClassName
{
background-color: #23AD3A;
}
.BgClassName
{
background-color: #23AD3A;
}
</style>
border-color css
<style>
span { border-color: #23AD3A; }
span { border-color: rgb(35,173,58); }
td.TdClassName
{
border-color: #23AD3A;
}
.TagClassName
{
border-color: #23AD3A;
}
</style>