Shades of Lime Green #28BE4A
Tints of Lime Green #28BE4A
RGB
CMYK
RGB Variations
Color information
#28BE4A (or 0x28BE4A) is known color: Lime Green. HEX triplet: 28, BE and 4A. RGB value is (40,190,74). Sum of RGB (Red+Green+Blue) = 40+190+74=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 190 (74.61% from 255 or 62.5% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 190 - color contains mainly: green. Hex color #28BE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BE4A is #D741B5. Grayscale: #848484. Windows color (decimal): -14107062 or 4898344. OLE color: 4898344.
HSL color Cylindrical-coordinate representation of color #28BE4A: hue angle of 133.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BE4A is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 190 | 74 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.25 |
| HSL | 133.6º | 0.65% | 0.45% | - |
| HSV(B) | 133.6º | 0.79% | 0.75% | - |
| XYZ | 20.52 | 37.77 | 12.69 | - |
| YUV | 131.93 | 95.31 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 190 | 74 | 0.79 | 0 | 0.61 | 0.25 | 133.6 | 0.65 | 0.45 |
| Hex | 28 | BE | 4A | 4F | 0 | 3D | 19 | 86 | 41 | 2D |
| Octal | 50 | 276 | 112 | 117 | 0 | 75 | 31 | 206 | 101 | 55 |
| Binary | 101000 | 10111110 | 1001010 | 1001111 | 0 | 111101 | 11001 | 10000110 | 1000001 | 101101 |
Color Harmonies of #28BE4A
Complementary color
Monochromatic Colors of #28BE4A
Black with #28BE4A
Text Example
Text Example
White with #28BE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BE4A; }
p { color: rgb(40,190,74); }
H1.HeaderClassName
{
color: #28BE4A;
}
.AnyTagClassName
{
color: #28BE4A;
}
</style>
background-color css
<style>
a { background-color: #28BE4A; }
a { background-color: rgb(40,190,74); }
div.DivClassName
{
background-color: #28BE4A;
}
.BgClassName
{
background-color: #28BE4A;
}
</style>
border-color css
<style>
span { border-color: #28BE4A; }
span { border-color: rgb(40,190,74); }
td.TdClassName
{
border-color: #28BE4A;
}
.TagClassName
{
border-color: #28BE4A;
}
</style>