Shades of Lime Green #28C335
Tints of Lime Green #28C335
RGB
CMYK
RGB Variations
Color information
#28C335 (or 0x28C335) is known color: Lime Green. HEX triplet: 28, C3 and 35. RGB value is (40,195,53). Sum of RGB (Red+Green+Blue) = 40+195+53=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 195 (76.56% from 255 or 67.71% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 195 - color contains mainly: green. Hex color #28C335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C335 is #D73CCA. Grayscale: #848484. Windows color (decimal): -14105803 or 3523368. OLE color: 3523368.
HSL color Cylindrical-coordinate representation of color #28C335: hue angle of 125.03º 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 #28C335 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 195 | 53 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.24 |
| HSL | 125.03º | 0.66% | 0.46% | - |
| HSV(B) | 125.03º | 0.79% | 0.76% | - |
| XYZ | 21.03 | 39.74 | 9.93 | - |
| YUV | 132.47 | 83.15 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 195 | 53 | 0.79 | 0 | 0.73 | 0.24 | 125.03 | 0.66 | 0.46 |
| Hex | 28 | C3 | 35 | 4F | 0 | 49 | 18 | 7D | 42 | 2E |
| Octal | 50 | 303 | 65 | 117 | 0 | 111 | 30 | 175 | 102 | 56 |
| Binary | 101000 | 11000011 | 110101 | 1001111 | 0 | 1001001 | 11000 | 1111101 | 1000010 | 101110 |
Color Harmonies of #28C335
Complementary color
Monochromatic Colors of #28C335
Black with #28C335
Text Example
Text Example
White with #28C335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C335; }
p { color: rgb(40,195,53); }
H1.HeaderClassName
{
color: #28C335;
}
.AnyTagClassName
{
color: #28C335;
}
</style>
background-color css
<style>
a { background-color: #28C335; }
a { background-color: rgb(40,195,53); }
div.DivClassName
{
background-color: #28C335;
}
.BgClassName
{
background-color: #28C335;
}
</style>
border-color css
<style>
span { border-color: #28C335; }
span { border-color: rgb(40,195,53); }
td.TdClassName
{
border-color: #28C335;
}
.TagClassName
{
border-color: #28C335;
}
</style>