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