Shades of Lime Green #28CA1A
Tints of Lime Green #28CA1A
RGB
CMYK
RGB Variations
Color information
#28CA1A (or 0x28CA1A) is known color: Lime Green. HEX triplet: 28, CA and 1A. RGB value is (40,202,26). Sum of RGB (Red+Green+Blue) = 40+202+26=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 202 (79.30% from 255 or 75.37% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 202 - color contains mainly: green. Hex color #28CA1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CA1A is #D735E5. Grayscale: #868686. Windows color (decimal): -14104038 or 1755688. OLE color: 1755688.
HSL color Cylindrical-coordinate representation of color #28CA1A: hue angle of 115.23º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28CA1A is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 26 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.21 |
| HSL | 115.23º | 0.77% | 0.45% | - |
| HSV(B) | 115.23º | 0.87% | 0.79% | - |
| XYZ | 22.18 | 42.77 | 8.06 | - |
| YUV | 133.5 | 67.33 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 26 | 0.80 | 0 | 0.87 | 0.21 | 115.23 | 0.77 | 0.45 |
| Hex | 28 | CA | 1A | 50 | 0 | 57 | 15 | 73 | 4D | 2D |
| Octal | 50 | 312 | 32 | 120 | 0 | 127 | 25 | 163 | 115 | 55 |
| Binary | 101000 | 11001010 | 11010 | 1010000 | 0 | 1010111 | 10101 | 1110011 | 1001101 | 101101 |
Color Harmonies of #28CA1A
Complementary color
Monochromatic Colors of #28CA1A
Black with #28CA1A
Text Example
Text Example
White with #28CA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CA1A; }
p { color: rgb(40,202,26); }
H1.HeaderClassName
{
color: #28CA1A;
}
.AnyTagClassName
{
color: #28CA1A;
}
</style>
background-color css
<style>
a { background-color: #28CA1A; }
a { background-color: rgb(40,202,26); }
div.DivClassName
{
background-color: #28CA1A;
}
.BgClassName
{
background-color: #28CA1A;
}
</style>
border-color css
<style>
span { border-color: #28CA1A; }
span { border-color: rgb(40,202,26); }
td.TdClassName
{
border-color: #28CA1A;
}
.TagClassName
{
border-color: #28CA1A;
}
</style>