Shades of Lime Green #28C23D
Tints of Lime Green #28C23D
RGB
CMYK
RGB Variations
Color information
#28C23D (or 0x28C23D) is known color: Lime Green. HEX triplet: 28, C2 and 3D. RGB value is (40,194,61). Sum of RGB (Red+Green+Blue) = 40+194+61=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 194 (76.17% from 255 or 65.76% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 194 - color contains mainly: green. Hex color #28C23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C23D is #D73DC2. Grayscale: #858585. Windows color (decimal): -14106051 or 4047400. OLE color: 4047400.
HSL color Cylindrical-coordinate representation of color #28C23D: hue angle of 128.18º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C23D is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 61 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.24 |
| HSL | 128.18º | 0.66% | 0.46% | - |
| HSV(B) | 128.18º | 0.79% | 0.76% | - |
| XYZ | 21.01 | 39.37 | 10.91 | - |
| YUV | 132.79 | 87.48 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 61 | 0.79 | 0 | 0.69 | 0.24 | 128.18 | 0.66 | 0.46 |
| Hex | 28 | C2 | 3D | 4F | 0 | 45 | 18 | 80 | 42 | 2E |
| Octal | 50 | 302 | 75 | 117 | 0 | 105 | 30 | 200 | 102 | 56 |
| Binary | 101000 | 11000010 | 111101 | 1001111 | 0 | 1000101 | 11000 | 10000000 | 1000010 | 101110 |
Color Harmonies of #28C23D
Complementary color
Monochromatic Colors of #28C23D
Black with #28C23D
Text Example
Text Example
White with #28C23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C23D; }
p { color: rgb(40,194,61); }
H1.HeaderClassName
{
color: #28C23D;
}
.AnyTagClassName
{
color: #28C23D;
}
</style>
background-color css
<style>
a { background-color: #28C23D; }
a { background-color: rgb(40,194,61); }
div.DivClassName
{
background-color: #28C23D;
}
.BgClassName
{
background-color: #28C23D;
}
</style>
border-color css
<style>
span { border-color: #28C23D; }
span { border-color: rgb(40,194,61); }
td.TdClassName
{
border-color: #28C23D;
}
.TagClassName
{
border-color: #28C23D;
}
</style>