Shades of Lime Green #28BF3F
Tints of Lime Green #28BF3F
RGB
CMYK
RGB Variations
Color information
#28BF3F (or 0x28BF3F) is known color: Lime Green. HEX triplet: 28, BF and 3F. RGB value is (40,191,63). Sum of RGB (Red+Green+Blue) = 40+191+63=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 191 (75% from 255 or 64.97% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BF3F is #D740C0. Grayscale: #838383. Windows color (decimal): -14106817 or 4177704. OLE color: 4177704.
HSL color Cylindrical-coordinate representation of color #28BF3F: hue angle of 129.14º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BF3F is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 191 | 63 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.25 |
| HSL | 129.14º | 0.65% | 0.45% | - |
| HSV(B) | 129.14º | 0.79% | 0.75% | - |
| XYZ | 20.4 | 38.07 | 10.98 | - |
| YUV | 131.26 | 89.47 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 191 | 63 | 0.79 | 0 | 0.67 | 0.25 | 129.14 | 0.65 | 0.45 |
| Hex | 28 | BF | 3F | 4F | 0 | 43 | 19 | 81 | 41 | 2D |
| Octal | 50 | 277 | 77 | 117 | 0 | 103 | 31 | 201 | 101 | 55 |
| Binary | 101000 | 10111111 | 111111 | 1001111 | 0 | 1000011 | 11001 | 10000001 | 1000001 | 101101 |
Color Harmonies of #28BF3F
Complementary color
Monochromatic Colors of #28BF3F
Black with #28BF3F
Text Example
Text Example
White with #28BF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BF3F; }
p { color: rgb(40,191,63); }
H1.HeaderClassName
{
color: #28BF3F;
}
.AnyTagClassName
{
color: #28BF3F;
}
</style>
background-color css
<style>
a { background-color: #28BF3F; }
a { background-color: rgb(40,191,63); }
div.DivClassName
{
background-color: #28BF3F;
}
.BgClassName
{
background-color: #28BF3F;
}
</style>
border-color css
<style>
span { border-color: #28BF3F; }
span { border-color: rgb(40,191,63); }
td.TdClassName
{
border-color: #28BF3F;
}
.TagClassName
{
border-color: #28BF3F;
}
</style>