Shades of Lime Green #28C235
Tints of Lime Green #28C235
RGB
CMYK
RGB Variations
Color information
#28C235 (or 0x28C235) is known color: Lime Green. HEX triplet: 28, C2 and 35. RGB value is (40,194,53). Sum of RGB (Red+Green+Blue) = 40+194+53=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 194 (76.17% from 255 or 67.60% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 194 - color contains mainly: green. Hex color #28C235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C235 is #D73DCA. Grayscale: #848484. Windows color (decimal): -14106059 or 3523112. OLE color: 3523112.
HSL color Cylindrical-coordinate representation of color #28C235: hue angle of 125.06º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C235 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 53 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.24 |
| HSL | 125.06º | 0.66% | 0.46% | - |
| HSV(B) | 125.06º | 0.79% | 0.76% | - |
| XYZ | 20.81 | 39.29 | 9.86 | - |
| YUV | 131.88 | 83.48 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 53 | 0.79 | 0 | 0.73 | 0.24 | 125.06 | 0.66 | 0.46 |
| Hex | 28 | C2 | 35 | 4F | 0 | 49 | 18 | 7D | 42 | 2E |
| Octal | 50 | 302 | 65 | 117 | 0 | 111 | 30 | 175 | 102 | 56 |
| Binary | 101000 | 11000010 | 110101 | 1001111 | 0 | 1001001 | 11000 | 1111101 | 1000010 | 101110 |
Color Harmonies of #28C235
Complementary color
Monochromatic Colors of #28C235
Black with #28C235
Text Example
Text Example
White with #28C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C235; }
p { color: rgb(40,194,53); }
H1.HeaderClassName
{
color: #28C235;
}
.AnyTagClassName
{
color: #28C235;
}
</style>
background-color css
<style>
a { background-color: #28C235; }
a { background-color: rgb(40,194,53); }
div.DivClassName
{
background-color: #28C235;
}
.BgClassName
{
background-color: #28C235;
}
</style>
border-color css
<style>
span { border-color: #28C235; }
span { border-color: rgb(40,194,53); }
td.TdClassName
{
border-color: #28C235;
}
.TagClassName
{
border-color: #28C235;
}
</style>