Shades of Lime Green #28BC30
Tints of Lime Green #28BC30
RGB
CMYK
RGB Variations
Color information
#28BC30 (or 0x28BC30) is known color: Lime Green. HEX triplet: 28, BC and 30. RGB value is (40,188,48). Sum of RGB (Red+Green+Blue) = 40+188+48=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BC30 is #D743CF. Grayscale: #808080. Windows color (decimal): -14107600 or 3193896. OLE color: 3193896.
HSL color Cylindrical-coordinate representation of color #28BC30: hue angle of 123.24º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BC30 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 188 | 48 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.26 |
| HSL | 123.24º | 0.65% | 0.45% | - |
| HSV(B) | 123.24º | 0.79% | 0.74% | - |
| XYZ | 19.39 | 36.63 | 8.84 | - |
| YUV | 127.79 | 82.97 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 48 | 0.79 | 0 | 0.74 | 0.26 | 123.24 | 0.65 | 0.45 |
| Hex | 28 | BC | 30 | 4F | 0 | 4A | 1A | 7B | 41 | 2D |
| Octal | 50 | 274 | 60 | 117 | 0 | 112 | 32 | 173 | 101 | 55 |
| Binary | 101000 | 10111100 | 110000 | 1001111 | 0 | 1001010 | 11010 | 1111011 | 1000001 | 101101 |
Color Harmonies of #28BC30
Complementary color
Monochromatic Colors of #28BC30
Black with #28BC30
Text Example
Text Example
White with #28BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BC30; }
p { color: rgb(40,188,48); }
H1.HeaderClassName
{
color: #28BC30;
}
.AnyTagClassName
{
color: #28BC30;
}
</style>
background-color css
<style>
a { background-color: #28BC30; }
a { background-color: rgb(40,188,48); }
div.DivClassName
{
background-color: #28BC30;
}
.BgClassName
{
background-color: #28BC30;
}
</style>
border-color css
<style>
span { border-color: #28BC30; }
span { border-color: rgb(40,188,48); }
td.TdClassName
{
border-color: #28BC30;
}
.TagClassName
{
border-color: #28BC30;
}
</style>