Shades of Lime Green #28E925
Tints of Lime Green #28E925
RGB
CMYK
RGB Variations
Color information
#28E925 (or 0x28E925) is known color: Lime Green. HEX triplet: 28, E9 and 25. RGB value is (40,233,37). Sum of RGB (Red+Green+Blue) = 40+233+37=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 233 (91.41% from 255 or 75.16% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 233 - color contains mainly: green. Hex color #28E925 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28E925 is #D716DA. Grayscale: #999999. Windows color (decimal): -14096091 or 2484520. OLE color: 2484520.
HSL color Cylindrical-coordinate representation of color #28E925: hue angle of 119.08º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28E925 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 233 | 37 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.09 |
| HSL | 119.08º | 0.82% | 0.53% | - |
| HSV(B) | 119.08º | 0.84% | 0.91% | - |
| XYZ | 30.35 | 58.86 | 11.51 | - |
| YUV | 152.95 | 62.56 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 233 | 37 | 0.83 | 0 | 0.84 | 0.09 | 119.08 | 0.82 | 0.53 |
| Hex | 28 | E9 | 25 | 53 | 0 | 54 | 9 | 77 | 52 | 35 |
| Octal | 50 | 351 | 45 | 123 | 0 | 124 | 11 | 167 | 122 | 65 |
| Binary | 101000 | 11101001 | 100101 | 1010011 | 0 | 1010100 | 1001 | 1110111 | 1010010 | 110101 |
Color Harmonies of #28E925
Complementary color
Monochromatic Colors of #28E925
Black with #28E925
Text Example
Text Example
White with #28E925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E925; }
p { color: rgb(40,233,37); }
H1.HeaderClassName
{
color: #28E925;
}
.AnyTagClassName
{
color: #28E925;
}
</style>
background-color css
<style>
a { background-color: #28E925; }
a { background-color: rgb(40,233,37); }
div.DivClassName
{
background-color: #28E925;
}
.BgClassName
{
background-color: #28E925;
}
</style>
border-color css
<style>
span { border-color: #28E925; }
span { border-color: rgb(40,233,37); }
td.TdClassName
{
border-color: #28E925;
}
.TagClassName
{
border-color: #28E925;
}
</style>