Shades of Lime Green #28CE4B
Tints of Lime Green #28CE4B
RGB
CMYK
RGB Variations
Color information
#28CE4B (or 0x28CE4B) is known color: Lime Green. HEX triplet: 28, CE and 4B. RGB value is (40,206,75). Sum of RGB (Red+Green+Blue) = 40+206+75=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 206 (80.86% from 255 or 64.17% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 206 - color contains mainly: green. Hex color #28CE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CE4B is #D731B4. Grayscale: #8D8D8D. Windows color (decimal): -14102965 or 4967976. OLE color: 4967976.
HSL color Cylindrical-coordinate representation of color #28CE4B: hue angle of 132.65º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CE4B is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 206 | 75 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.19 |
| HSL | 132.65º | 0.67% | 0.48% | - |
| HSV(B) | 132.65º | 0.81% | 0.81% | - |
| XYZ | 24.22 | 45.1 | 14.09 | - |
| YUV | 141.43 | 90.5 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 75 | 0.81 | 0 | 0.64 | 0.19 | 132.65 | 0.67 | 0.48 |
| Hex | 28 | CE | 4B | 51 | 0 | 40 | 13 | 85 | 43 | 30 |
| Octal | 50 | 316 | 113 | 121 | 0 | 100 | 23 | 205 | 103 | 60 |
| Binary | 101000 | 11001110 | 1001011 | 1010001 | 0 | 1000000 | 10011 | 10000101 | 1000011 | 110000 |
Color Harmonies of #28CE4B
Complementary color
Monochromatic Colors of #28CE4B
Black with #28CE4B
Text Example
Text Example
White with #28CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CE4B; }
p { color: rgb(40,206,75); }
H1.HeaderClassName
{
color: #28CE4B;
}
.AnyTagClassName
{
color: #28CE4B;
}
</style>
background-color css
<style>
a { background-color: #28CE4B; }
a { background-color: rgb(40,206,75); }
div.DivClassName
{
background-color: #28CE4B;
}
.BgClassName
{
background-color: #28CE4B;
}
</style>
border-color css
<style>
span { border-color: #28CE4B; }
span { border-color: rgb(40,206,75); }
td.TdClassName
{
border-color: #28CE4B;
}
.TagClassName
{
border-color: #28CE4B;
}
</style>