Shades of Lime Green #23AF28
Tints of Lime Green #23AF28
RGB
CMYK
RGB Variations
Color information
#23AF28 (or 0x23AF28) is known color: Lime Green. HEX triplet: 23, AF and 28. RGB value is (35,175,40). Sum of RGB (Red+Green+Blue) = 35+175+40=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 175 (68.75% from 255 or 70% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 175 - color contains mainly: green. Hex color #23AF28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AF28 is #DC50D7. Grayscale: #767676. Windows color (decimal): -14438616 or 2666275. OLE color: 2666275.
HSL color Cylindrical-coordinate representation of color #23AF28: hue angle of 122.14º 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 #23AF28 is Cyan = 0.8, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 175 | 40 | - |
| CMYK | 0.8 | 0 | 0.77 | 0.31 |
| HSL | 122.14º | 0.67% | 0.41% | - |
| HSV(B) | 122.14º | 0.8% | 0.69% | - |
| XYZ | 16.41 | 31.17 | 7.16 | - |
| YUV | 117.75 | 84.12 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 175 | 40 | 0.8 | 0 | 0.77 | 0.31 | 122.14 | 0.67 | 0.41 |
| Hex | 23 | AF | 28 | 50 | 0 | 4D | 1F | 7A | 43 | 29 |
| Octal | 43 | 257 | 50 | 120 | 0 | 115 | 37 | 172 | 103 | 51 |
| Binary | 100011 | 10101111 | 101000 | 1010000 | 0 | 1001101 | 11111 | 1111010 | 1000011 | 101001 |
Color Harmonies of #23AF28
Complementary color
Monochromatic Colors of #23AF28
Black with #23AF28
Text Example
Text Example
White with #23AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AF28; }
p { color: rgb(35,175,40); }
H1.HeaderClassName
{
color: #23AF28;
}
.AnyTagClassName
{
color: #23AF28;
}
</style>
background-color css
<style>
a { background-color: #23AF28; }
a { background-color: rgb(35,175,40); }
div.DivClassName
{
background-color: #23AF28;
}
.BgClassName
{
background-color: #23AF28;
}
</style>
border-color css
<style>
span { border-color: #23AF28; }
span { border-color: rgb(35,175,40); }
td.TdClassName
{
border-color: #23AF28;
}
.TagClassName
{
border-color: #23AF28;
}
</style>