Shades of Lime Green #28B43C
Tints of Lime Green #28B43C
RGB
CMYK
RGB Variations
Color information
#28B43C (or 0x28B43C) is known color: Lime Green. HEX triplet: 28, B4 and 3C. RGB value is (40,180,60). Sum of RGB (Red+Green+Blue) = 40+180+60=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 180 (70.70% from 255 or 64.29% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 180 - color contains mainly: green. Hex color #28B43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B43C is #D74BC3. Grayscale: #7C7C7C. Windows color (decimal): -14109636 or 3978280. OLE color: 3978280.
HSL color Cylindrical-coordinate representation of color #28B43C: hue angle of 128.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B43C is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 180 | 60 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.29 |
| HSL | 128.57º | 0.64% | 0.43% | - |
| HSV(B) | 128.57º | 0.78% | 0.71% | - |
| XYZ | 18.01 | 33.42 | 9.78 | - |
| YUV | 124.46 | 91.62 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 180 | 60 | 0.78 | 0 | 0.67 | 0.29 | 128.57 | 0.64 | 0.43 |
| Hex | 28 | B4 | 3C | 4E | 0 | 43 | 1D | 81 | 40 | 2B |
| Octal | 50 | 264 | 74 | 116 | 0 | 103 | 35 | 201 | 100 | 53 |
| Binary | 101000 | 10110100 | 111100 | 1001110 | 0 | 1000011 | 11101 | 10000001 | 1000000 | 101011 |
Color Harmonies of #28B43C
Complementary color
Monochromatic Colors of #28B43C
Black with #28B43C
Text Example
Text Example
White with #28B43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B43C; }
p { color: rgb(40,180,60); }
H1.HeaderClassName
{
color: #28B43C;
}
.AnyTagClassName
{
color: #28B43C;
}
</style>
background-color css
<style>
a { background-color: #28B43C; }
a { background-color: rgb(40,180,60); }
div.DivClassName
{
background-color: #28B43C;
}
.BgClassName
{
background-color: #28B43C;
}
</style>
border-color css
<style>
span { border-color: #28B43C; }
span { border-color: rgb(40,180,60); }
td.TdClassName
{
border-color: #28B43C;
}
.TagClassName
{
border-color: #28B43C;
}
</style>