Shades of Lime Green #28AF30
Tints of Lime Green #28AF30
RGB
CMYK
RGB Variations
Color information
#28AF30 (or 0x28AF30) is known color: Lime Green. HEX triplet: 28, AF and 30. RGB value is (40,175,48). Sum of RGB (Red+Green+Blue) = 40+175+48=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 175 (68.75% from 255 or 66.54% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF30 is #D750CF. Grayscale: #787878. Windows color (decimal): -14110928 or 3190568. OLE color: 3190568.
HSL color Cylindrical-coordinate representation of color #28AF30: hue angle of 123.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AF30 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 48 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.31 |
| HSL | 123.56º | 0.63% | 0.42% | - |
| HSV(B) | 123.56º | 0.77% | 0.69% | - |
| XYZ | 16.74 | 31.32 | 7.96 | - |
| YUV | 120.16 | 87.27 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 48 | 0.77 | 0 | 0.73 | 0.31 | 123.56 | 0.63 | 0.42 |
| Hex | 28 | AF | 30 | 4D | 0 | 49 | 1F | 7C | 3F | 2A |
| Octal | 50 | 257 | 60 | 115 | 0 | 111 | 37 | 174 | 77 | 52 |
| Binary | 101000 | 10101111 | 110000 | 1001101 | 0 | 1001001 | 11111 | 1111100 | 111111 | 101010 |
Color Harmonies of #28AF30
Complementary color
Monochromatic Colors of #28AF30
Black with #28AF30
Text Example
Text Example
White with #28AF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF30; }
p { color: rgb(40,175,48); }
H1.HeaderClassName
{
color: #28AF30;
}
.AnyTagClassName
{
color: #28AF30;
}
</style>
background-color css
<style>
a { background-color: #28AF30; }
a { background-color: rgb(40,175,48); }
div.DivClassName
{
background-color: #28AF30;
}
.BgClassName
{
background-color: #28AF30;
}
</style>
border-color css
<style>
span { border-color: #28AF30; }
span { border-color: rgb(40,175,48); }
td.TdClassName
{
border-color: #28AF30;
}
.TagClassName
{
border-color: #28AF30;
}
</style>