Shades of Lime Green #28BB23
Tints of Lime Green #28BB23
RGB
CMYK
RGB Variations
Color information
#28BB23 (or 0x28BB23) is known color: Lime Green. HEX triplet: 28, BB and 23. RGB value is (40,187,35). Sum of RGB (Red+Green+Blue) = 40+187+35=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 187 (73.44% from 255 or 71.37% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 187 - color contains mainly: green. Hex color #28BB23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BB23 is #D744DC. Grayscale: #7E7E7E. Windows color (decimal): -14107869 or 2341672. OLE color: 2341672.
HSL color Cylindrical-coordinate representation of color #28BB23: hue angle of 118.03º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28BB23 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 187 | 35 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.27 |
| HSL | 118.03º | 0.68% | 0.44% | - |
| HSV(B) | 118.03º | 0.81% | 0.73% | - |
| XYZ | 18.95 | 36.11 | 7.56 | - |
| YUV | 125.72 | 76.8 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 35 | 0.79 | 0 | 0.81 | 0.27 | 118.03 | 0.68 | 0.44 |
| Hex | 28 | BB | 23 | 4F | 0 | 51 | 1B | 76 | 44 | 2C |
| Octal | 50 | 273 | 43 | 117 | 0 | 121 | 33 | 166 | 104 | 54 |
| Binary | 101000 | 10111011 | 100011 | 1001111 | 0 | 1010001 | 11011 | 1110110 | 1000100 | 101100 |
Color Harmonies of #28BB23
Complementary color
Monochromatic Colors of #28BB23
Black with #28BB23
Text Example
Text Example
White with #28BB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BB23; }
p { color: rgb(40,187,35); }
H1.HeaderClassName
{
color: #28BB23;
}
.AnyTagClassName
{
color: #28BB23;
}
</style>
background-color css
<style>
a { background-color: #28BB23; }
a { background-color: rgb(40,187,35); }
div.DivClassName
{
background-color: #28BB23;
}
.BgClassName
{
background-color: #28BB23;
}
</style>
border-color css
<style>
span { border-color: #28BB23; }
span { border-color: rgb(40,187,35); }
td.TdClassName
{
border-color: #28BB23;
}
.TagClassName
{
border-color: #28BB23;
}
</style>