Shades of Lime Green #28BC3F
Tints of Lime Green #28BC3F
RGB
CMYK
RGB Variations
Color information
#28BC3F (or 0x28BC3F) is known color: Lime Green. HEX triplet: 28, BC and 3F. RGB value is (40,188,63). Sum of RGB (Red+Green+Blue) = 40+188+63=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BC3F is #D743C0. Grayscale: #818181. Windows color (decimal): -14107585 or 4176936. OLE color: 4176936.
HSL color Cylindrical-coordinate representation of color #28BC3F: hue angle of 129.32º 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 #28BC3F is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 188 | 63 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.26 |
| HSL | 129.32º | 0.65% | 0.45% | - |
| HSV(B) | 129.32º | 0.79% | 0.74% | - |
| XYZ | 19.76 | 36.78 | 10.76 | - |
| YUV | 129.5 | 90.47 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 63 | 0.79 | 0 | 0.66 | 0.26 | 129.32 | 0.65 | 0.45 |
| Hex | 28 | BC | 3F | 4F | 0 | 42 | 1A | 81 | 41 | 2D |
| Octal | 50 | 274 | 77 | 117 | 0 | 102 | 32 | 201 | 101 | 55 |
| Binary | 101000 | 10111100 | 111111 | 1001111 | 0 | 1000010 | 11010 | 10000001 | 1000001 | 101101 |
Color Harmonies of #28BC3F
Complementary color
Monochromatic Colors of #28BC3F
Black with #28BC3F
Text Example
Text Example
White with #28BC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BC3F; }
p { color: rgb(40,188,63); }
H1.HeaderClassName
{
color: #28BC3F;
}
.AnyTagClassName
{
color: #28BC3F;
}
</style>
background-color css
<style>
a { background-color: #28BC3F; }
a { background-color: rgb(40,188,63); }
div.DivClassName
{
background-color: #28BC3F;
}
.BgClassName
{
background-color: #28BC3F;
}
</style>
border-color css
<style>
span { border-color: #28BC3F; }
span { border-color: rgb(40,188,63); }
td.TdClassName
{
border-color: #28BC3F;
}
.TagClassName
{
border-color: #28BC3F;
}
</style>