Shades of Lime Green #28CB41
Tints of Lime Green #28CB41
RGB
CMYK
RGB Variations
Color information
#28CB41 (or 0x28CB41) is known color: Lime Green. HEX triplet: 28, CB and 41. RGB value is (40,203,65). Sum of RGB (Red+Green+Blue) = 40+203+65=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 203 (79.69% from 255 or 65.91% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 203 - color contains mainly: green. Hex color #28CB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CB41 is #D734BE. Grayscale: #8A8A8A. Windows color (decimal): -14103743 or 4311848. OLE color: 4311848.
HSL color Cylindrical-coordinate representation of color #28CB41: hue angle of 129.2º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CB41 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 203 | 65 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.20 |
| HSL | 129.2º | 0.67% | 0.48% | - |
| HSV(B) | 129.2º | 0.8% | 0.8% | - |
| XYZ | 23.19 | 43.54 | 12.18 | - |
| YUV | 138.53 | 86.5 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 65 | 0.80 | 0 | 0.68 | 0.20 | 129.2 | 0.67 | 0.48 |
| Hex | 28 | CB | 41 | 50 | 0 | 44 | 14 | 81 | 43 | 30 |
| Octal | 50 | 313 | 101 | 120 | 0 | 104 | 24 | 201 | 103 | 60 |
| Binary | 101000 | 11001011 | 1000001 | 1010000 | 0 | 1000100 | 10100 | 10000001 | 1000011 | 110000 |
Color Harmonies of #28CB41
Complementary color
Monochromatic Colors of #28CB41
Black with #28CB41
Text Example
Text Example
White with #28CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CB41; }
p { color: rgb(40,203,65); }
H1.HeaderClassName
{
color: #28CB41;
}
.AnyTagClassName
{
color: #28CB41;
}
</style>
background-color css
<style>
a { background-color: #28CB41; }
a { background-color: rgb(40,203,65); }
div.DivClassName
{
background-color: #28CB41;
}
.BgClassName
{
background-color: #28CB41;
}
</style>
border-color css
<style>
span { border-color: #28CB41; }
span { border-color: rgb(40,203,65); }
td.TdClassName
{
border-color: #28CB41;
}
.TagClassName
{
border-color: #28CB41;
}
</style>