Shades of Lime Green #28B935
Tints of Lime Green #28B935
RGB
CMYK
RGB Variations
Color information
#28B935 (or 0x28B935) is known color: Lime Green. HEX triplet: 28, B9 and 35. RGB value is (40,185,53). Sum of RGB (Red+Green+Blue) = 40+185+53=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 185 (72.66% from 255 or 66.55% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 185 - color contains mainly: green. Hex color #28B935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B935 is #D746CA. Grayscale: #7E7E7E. Windows color (decimal): -14108363 or 3520808. OLE color: 3520808.
HSL color Cylindrical-coordinate representation of color #28B935: hue angle of 125.38º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B935 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 185 | 53 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.27 |
| HSL | 125.38º | 0.64% | 0.44% | - |
| HSV(B) | 125.38º | 0.78% | 0.73% | - |
| XYZ | 18.87 | 35.41 | 9.21 | - |
| YUV | 126.6 | 86.46 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 185 | 53 | 0.78 | 0 | 0.71 | 0.27 | 125.38 | 0.64 | 0.44 |
| Hex | 28 | B9 | 35 | 4E | 0 | 47 | 1B | 7D | 40 | 2C |
| Octal | 50 | 271 | 65 | 116 | 0 | 107 | 33 | 175 | 100 | 54 |
| Binary | 101000 | 10111001 | 110101 | 1001110 | 0 | 1000111 | 11011 | 1111101 | 1000000 | 101100 |
Color Harmonies of #28B935
Complementary color
Monochromatic Colors of #28B935
Black with #28B935
Text Example
Text Example
White with #28B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B935; }
p { color: rgb(40,185,53); }
H1.HeaderClassName
{
color: #28B935;
}
.AnyTagClassName
{
color: #28B935;
}
</style>
background-color css
<style>
a { background-color: #28B935; }
a { background-color: rgb(40,185,53); }
div.DivClassName
{
background-color: #28B935;
}
.BgClassName
{
background-color: #28B935;
}
</style>
border-color css
<style>
span { border-color: #28B935; }
span { border-color: rgb(40,185,53); }
td.TdClassName
{
border-color: #28B935;
}
.TagClassName
{
border-color: #28B935;
}
</style>