Shades of Lime Green #28BC3D
Tints of Lime Green #28BC3D
RGB
CMYK
RGB Variations
Color information
#28BC3D (or 0x28BC3D) is known color: Lime Green. HEX triplet: 28, BC and 3D. RGB value is (40,188,61). Sum of RGB (Red+Green+Blue) = 40+188+61=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BC3D is #D743C2. Grayscale: #818181. Windows color (decimal): -14107587 or 4045864. OLE color: 4045864.
HSL color Cylindrical-coordinate representation of color #28BC3D: hue angle of 128.51º 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 #28BC3D is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 188 | 61 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.26 |
| HSL | 128.51º | 0.65% | 0.45% | - |
| HSV(B) | 128.51º | 0.79% | 0.74% | - |
| XYZ | 19.7 | 36.75 | 10.47 | - |
| YUV | 129.27 | 89.47 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 61 | 0.79 | 0 | 0.68 | 0.26 | 128.51 | 0.65 | 0.45 |
| Hex | 28 | BC | 3D | 4F | 0 | 44 | 1A | 81 | 41 | 2D |
| Octal | 50 | 274 | 75 | 117 | 0 | 104 | 32 | 201 | 101 | 55 |
| Binary | 101000 | 10111100 | 111101 | 1001111 | 0 | 1000100 | 11010 | 10000001 | 1000001 | 101101 |
Color Harmonies of #28BC3D
Complementary color
Monochromatic Colors of #28BC3D
Black with #28BC3D
Text Example
Text Example
White with #28BC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BC3D; }
p { color: rgb(40,188,61); }
H1.HeaderClassName
{
color: #28BC3D;
}
.AnyTagClassName
{
color: #28BC3D;
}
</style>
background-color css
<style>
a { background-color: #28BC3D; }
a { background-color: rgb(40,188,61); }
div.DivClassName
{
background-color: #28BC3D;
}
.BgClassName
{
background-color: #28BC3D;
}
</style>
border-color css
<style>
span { border-color: #28BC3D; }
span { border-color: rgb(40,188,61); }
td.TdClassName
{
border-color: #28BC3D;
}
.TagClassName
{
border-color: #28BC3D;
}
</style>