Shades of Lime Green #28C527
Tints of Lime Green #28C527
RGB
CMYK
RGB Variations
Color information
#28C527 (or 0x28C527) is known color: Lime Green. HEX triplet: 28, C5 and 27. RGB value is (40,197,39). Sum of RGB (Red+Green+Blue) = 40+197+39=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 197 (77.34% from 255 or 71.38% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 197 - color contains mainly: green. Hex color #28C527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C527 is #D73AD8. Grayscale: #848484. Windows color (decimal): -14105305 or 2606376. OLE color: 2606376.
HSL color Cylindrical-coordinate representation of color #28C527: hue angle of 119.62º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C527 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 39 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.23 |
| HSL | 119.62º | 0.67% | 0.46% | - |
| HSV(B) | 119.62º | 0.8% | 0.77% | - |
| XYZ | 21.21 | 40.53 | 8.62 | - |
| YUV | 132.05 | 75.49 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 39 | 0.80 | 0 | 0.80 | 0.23 | 119.62 | 0.67 | 0.46 |
| Hex | 28 | C5 | 27 | 50 | 0 | 50 | 17 | 78 | 43 | 2E |
| Octal | 50 | 305 | 47 | 120 | 0 | 120 | 27 | 170 | 103 | 56 |
| Binary | 101000 | 11000101 | 100111 | 1010000 | 0 | 1010000 | 10111 | 1111000 | 1000011 | 101110 |
Color Harmonies of #28C527
Complementary color
Monochromatic Colors of #28C527
Black with #28C527
Text Example
Text Example
White with #28C527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C527; }
p { color: rgb(40,197,39); }
H1.HeaderClassName
{
color: #28C527;
}
.AnyTagClassName
{
color: #28C527;
}
</style>
background-color css
<style>
a { background-color: #28C527; }
a { background-color: rgb(40,197,39); }
div.DivClassName
{
background-color: #28C527;
}
.BgClassName
{
background-color: #28C527;
}
</style>
border-color css
<style>
span { border-color: #28C527; }
span { border-color: rgb(40,197,39); }
td.TdClassName
{
border-color: #28C527;
}
.TagClassName
{
border-color: #28C527;
}
</style>