Shades of Lime Green #28CB35
Tints of Lime Green #28CB35
RGB
CMYK
RGB Variations
Color information
#28CB35 (or 0x28CB35) is known color: Lime Green. HEX triplet: 28, CB and 35. RGB value is (40,203,53). Sum of RGB (Red+Green+Blue) = 40+203+53=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 203 (79.69% from 255 or 68.58% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 203 - color contains mainly: green. Hex color #28CB35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CB35 is #D734CA. Grayscale: #898989. Windows color (decimal): -14103755 or 3525416. OLE color: 3525416.
HSL color Cylindrical-coordinate representation of color #28CB35: hue angle of 124.79º 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 #28CB35 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 203 | 53 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.20 |
| HSL | 124.79º | 0.67% | 0.48% | - |
| HSV(B) | 124.79º | 0.8% | 0.8% | - |
| XYZ | 22.87 | 43.42 | 10.54 | - |
| YUV | 137.16 | 80.5 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 53 | 0.80 | 0 | 0.74 | 0.20 | 124.79 | 0.67 | 0.48 |
| Hex | 28 | CB | 35 | 50 | 0 | 4A | 14 | 7D | 43 | 30 |
| Octal | 50 | 313 | 65 | 120 | 0 | 112 | 24 | 175 | 103 | 60 |
| Binary | 101000 | 11001011 | 110101 | 1010000 | 0 | 1001010 | 10100 | 1111101 | 1000011 | 110000 |
Color Harmonies of #28CB35
Complementary color
Monochromatic Colors of #28CB35
Black with #28CB35
Text Example
Text Example
White with #28CB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CB35; }
p { color: rgb(40,203,53); }
H1.HeaderClassName
{
color: #28CB35;
}
.AnyTagClassName
{
color: #28CB35;
}
</style>
background-color css
<style>
a { background-color: #28CB35; }
a { background-color: rgb(40,203,53); }
div.DivClassName
{
background-color: #28CB35;
}
.BgClassName
{
background-color: #28CB35;
}
</style>
border-color css
<style>
span { border-color: #28CB35; }
span { border-color: rgb(40,203,53); }
td.TdClassName
{
border-color: #28CB35;
}
.TagClassName
{
border-color: #28CB35;
}
</style>