Shades of Lime Green #28C83D
Tints of Lime Green #28C83D
RGB
CMYK
RGB Variations
Color information
#28C83D (or 0x28C83D) is known color: Lime Green. HEX triplet: 28, C8 and 3D. RGB value is (40,200,61). Sum of RGB (Red+Green+Blue) = 40+200+61=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 200 (78.52% from 255 or 66.45% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 200 - color contains mainly: green. Hex color #28C83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C83D is #D737C2. Grayscale: #888888. Windows color (decimal): -14104515 or 4048936. OLE color: 4048936.
HSL color Cylindrical-coordinate representation of color #28C83D: hue angle of 127.87º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C83D is Cyan = 0.8, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 200 | 61 | - |
| CMYK | 0.8 | 0 | 0.69 | 0.22 |
| HSL | 127.88º | 0.67% | 0.47% | - |
| HSV(B) | 127.88º | 0.8% | 0.78% | - |
| XYZ | 22.37 | 42.1 | 11.36 | - |
| YUV | 136.31 | 85.49 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 61 | 0.8 | 0 | 0.69 | 0.22 | 127.88 | 0.67 | 0.47 |
| Hex | 28 | C8 | 3D | 50 | 0 | 45 | 16 | 80 | 43 | 2F |
| Octal | 50 | 310 | 75 | 120 | 0 | 105 | 26 | 200 | 103 | 57 |
| Binary | 101000 | 11001000 | 111101 | 1010000 | 0 | 1000101 | 10110 | 10000000 | 1000011 | 101111 |
Color Harmonies of #28C83D
Complementary color
Monochromatic Colors of #28C83D
Black with #28C83D
Text Example
Text Example
White with #28C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C83D; }
p { color: rgb(40,200,61); }
H1.HeaderClassName
{
color: #28C83D;
}
.AnyTagClassName
{
color: #28C83D;
}
</style>
background-color css
<style>
a { background-color: #28C83D; }
a { background-color: rgb(40,200,61); }
div.DivClassName
{
background-color: #28C83D;
}
.BgClassName
{
background-color: #28C83D;
}
</style>
border-color css
<style>
span { border-color: #28C83D; }
span { border-color: rgb(40,200,61); }
td.TdClassName
{
border-color: #28C83D;
}
.TagClassName
{
border-color: #28C83D;
}
</style>