Shades of Lime Green #28F23C
Tints of Lime Green #28F23C
RGB
CMYK
RGB Variations
Color information
#28F23C (or 0x28F23C) is known color: Lime Green. HEX triplet: 28, F2 and 3C. RGB value is (40,242,60). Sum of RGB (Red+Green+Blue) = 40+242+60=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 242 (94.92% from 255 or 70.76% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 242 - color contains mainly: green. Hex color #28F23C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F23C is #D70DC3. Grayscale: #A1A1A1. Windows color (decimal): -14093764 or 3994152. OLE color: 3994152.
HSL color Cylindrical-coordinate representation of color #28F23C: hue angle of 125.94º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F23C is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 60 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.05 |
| HSL | 125.94º | 0.89% | 0.55% | - |
| HSV(B) | 125.94º | 0.83% | 0.95% | - |
| XYZ | 33.44 | 64.28 | 14.92 | - |
| YUV | 160.85 | 71.08 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 60 | 0.83 | 0 | 0.75 | 0.05 | 125.94 | 0.89 | 0.55 |
| Hex | 28 | F2 | 3C | 53 | 0 | 4B | 5 | 7E | 59 | 37 |
| Octal | 50 | 362 | 74 | 123 | 0 | 113 | 5 | 176 | 131 | 67 |
| Binary | 101000 | 11110010 | 111100 | 1010011 | 0 | 1001011 | 101 | 1111110 | 1011001 | 110111 |
Color Harmonies of #28F23C
Complementary color
Monochromatic Colors of #28F23C
Black with #28F23C
Text Example
Text Example
White with #28F23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F23C; }
p { color: rgb(40,242,60); }
H1.HeaderClassName
{
color: #28F23C;
}
.AnyTagClassName
{
color: #28F23C;
}
</style>
background-color css
<style>
a { background-color: #28F23C; }
a { background-color: rgb(40,242,60); }
div.DivClassName
{
background-color: #28F23C;
}
.BgClassName
{
background-color: #28F23C;
}
</style>
border-color css
<style>
span { border-color: #28F23C; }
span { border-color: rgb(40,242,60); }
td.TdClassName
{
border-color: #28F23C;
}
.TagClassName
{
border-color: #28F23C;
}
</style>