Shades of Lime Green #28C523
Tints of Lime Green #28C523
RGB
CMYK
RGB Variations
Color information
#28C523 (or 0x28C523) is known color: Lime Green. HEX triplet: 28, C5 and 23. RGB value is (40,197,35). Sum of RGB (Red+Green+Blue) = 40+197+35=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 197 (77.34% from 255 or 72.43% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 197 - color contains mainly: green. Hex color #28C523 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C523 is #D73ADC. Grayscale: #848484. Windows color (decimal): -14105309 or 2344232. OLE color: 2344232.
HSL color Cylindrical-coordinate representation of color #28C523: hue angle of 118.15º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28C523 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 35 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.23 |
| HSL | 118.15º | 0.7% | 0.45% | - |
| HSV(B) | 118.15º | 0.82% | 0.77% | - |
| XYZ | 21.14 | 40.5 | 8.29 | - |
| YUV | 131.59 | 73.49 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 35 | 0.80 | 0 | 0.82 | 0.23 | 118.15 | 0.7 | 0.45 |
| Hex | 28 | C5 | 23 | 50 | 0 | 52 | 17 | 76 | 46 | 2D |
| Octal | 50 | 305 | 43 | 120 | 0 | 122 | 27 | 166 | 106 | 55 |
| Binary | 101000 | 11000101 | 100011 | 1010000 | 0 | 1010010 | 10111 | 1110110 | 1000110 | 101101 |
Color Harmonies of #28C523
Complementary color
Monochromatic Colors of #28C523
Black with #28C523
Text Example
Text Example
White with #28C523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C523; }
p { color: rgb(40,197,35); }
H1.HeaderClassName
{
color: #28C523;
}
.AnyTagClassName
{
color: #28C523;
}
</style>
background-color css
<style>
a { background-color: #28C523; }
a { background-color: rgb(40,197,35); }
div.DivClassName
{
background-color: #28C523;
}
.BgClassName
{
background-color: #28C523;
}
</style>
border-color css
<style>
span { border-color: #28C523; }
span { border-color: rgb(40,197,35); }
td.TdClassName
{
border-color: #28C523;
}
.TagClassName
{
border-color: #28C523;
}
</style>