Shades of Lime Green #28C03E
Tints of Lime Green #28C03E
RGB
CMYK
RGB Variations
Color information
#28C03E (or 0x28C03E) is known color: Lime Green. HEX triplet: 28, C0 and 3E. RGB value is (40,192,62). Sum of RGB (Red+Green+Blue) = 40+192+62=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #28C03E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C03E is #D73FC1. Grayscale: #848484. Windows color (decimal): -14106562 or 4112424. OLE color: 4112424.
HSL color Cylindrical-coordinate representation of color #28C03E: hue angle of 128.68º degrees, saturation: 0.66, 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 #28C03E is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 192 | 62 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.25 |
| HSL | 128.68º | 0.66% | 0.45% | - |
| HSV(B) | 128.68º | 0.79% | 0.75% | - |
| XYZ | 20.59 | 38.5 | 10.9 | - |
| YUV | 131.73 | 88.64 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 192 | 62 | 0.79 | 0 | 0.68 | 0.25 | 128.68 | 0.66 | 0.45 |
| Hex | 28 | C0 | 3E | 4F | 0 | 44 | 19 | 81 | 42 | 2D |
| Octal | 50 | 300 | 76 | 117 | 0 | 104 | 31 | 201 | 102 | 55 |
| Binary | 101000 | 11000000 | 111110 | 1001111 | 0 | 1000100 | 11001 | 10000001 | 1000010 | 101101 |
Color Harmonies of #28C03E
Complementary color
Monochromatic Colors of #28C03E
Black with #28C03E
Text Example
Text Example
White with #28C03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C03E; }
p { color: rgb(40,192,62); }
H1.HeaderClassName
{
color: #28C03E;
}
.AnyTagClassName
{
color: #28C03E;
}
</style>
background-color css
<style>
a { background-color: #28C03E; }
a { background-color: rgb(40,192,62); }
div.DivClassName
{
background-color: #28C03E;
}
.BgClassName
{
background-color: #28C03E;
}
</style>
border-color css
<style>
span { border-color: #28C03E; }
span { border-color: rgb(40,192,62); }
td.TdClassName
{
border-color: #28C03E;
}
.TagClassName
{
border-color: #28C03E;
}
</style>