Shades of Lime Green #28C21A
Tints of Lime Green #28C21A
RGB
CMYK
RGB Variations
Color information
#28C21A (or 0x28C21A) is known color: Lime Green. HEX triplet: 28, C2 and 1A. RGB value is (40,194,26). Sum of RGB (Red+Green+Blue) = 40+194+26=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 194 (76.17% from 255 or 74.62% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 194 - color contains mainly: green. Hex color #28C21A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C21A is #D73DE5. Grayscale: #818181. Windows color (decimal): -14106086 or 1753640. OLE color: 1753640.
HSL color Cylindrical-coordinate representation of color #28C21A: hue angle of 115º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28C21A is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 26 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.24 |
| HSL | 115º | 0.76% | 0.43% | - |
| HSV(B) | 115º | 0.87% | 0.76% | - |
| XYZ | 20.35 | 39.11 | 7.45 | - |
| YUV | 128.8 | 69.98 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 26 | 0.79 | 0 | 0.87 | 0.24 | 115 | 0.76 | 0.43 |
| Hex | 28 | C2 | 1A | 4F | 0 | 57 | 18 | 73 | 4C | 2B |
| Octal | 50 | 302 | 32 | 117 | 0 | 127 | 30 | 163 | 114 | 53 |
| Binary | 101000 | 11000010 | 11010 | 1001111 | 0 | 1010111 | 11000 | 1110011 | 1001100 | 101011 |
Color Harmonies of #28C21A
Complementary color
Monochromatic Colors of #28C21A
Black with #28C21A
Text Example
Text Example
White with #28C21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C21A; }
p { color: rgb(40,194,26); }
H1.HeaderClassName
{
color: #28C21A;
}
.AnyTagClassName
{
color: #28C21A;
}
</style>
background-color css
<style>
a { background-color: #28C21A; }
a { background-color: rgb(40,194,26); }
div.DivClassName
{
background-color: #28C21A;
}
.BgClassName
{
background-color: #28C21A;
}
</style>
border-color css
<style>
span { border-color: #28C21A; }
span { border-color: rgb(40,194,26); }
td.TdClassName
{
border-color: #28C21A;
}
.TagClassName
{
border-color: #28C21A;
}
</style>