Shades of Lime Green #28EF30
Tints of Lime Green #28EF30
RGB
CMYK
RGB Variations
Color information
#28EF30 (or 0x28EF30) is known color: Lime Green. HEX triplet: 28, EF and 30. RGB value is (40,239,48). Sum of RGB (Red+Green+Blue) = 40+239+48=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 239 (93.75% from 255 or 73.09% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 239 - color contains mainly: green. Hex color #28EF30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EF30 is #D710CF. Grayscale: #9E9E9E. Windows color (decimal): -14094544 or 3206952. OLE color: 3206952.
HSL color Cylindrical-coordinate representation of color #28EF30: hue angle of 122.41º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EF30 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 239 | 48 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.06 |
| HSL | 122.41º | 0.86% | 0.55% | - |
| HSV(B) | 122.41º | 0.83% | 0.94% | - |
| XYZ | 32.28 | 62.4 | 13.14 | - |
| YUV | 157.73 | 66.07 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 239 | 48 | 0.83 | 0 | 0.80 | 0.06 | 122.41 | 0.86 | 0.55 |
| Hex | 28 | EF | 30 | 53 | 0 | 50 | 6 | 7A | 56 | 37 |
| Octal | 50 | 357 | 60 | 123 | 0 | 120 | 6 | 172 | 126 | 67 |
| Binary | 101000 | 11101111 | 110000 | 1010011 | 0 | 1010000 | 110 | 1111010 | 1010110 | 110111 |
Color Harmonies of #28EF30
Complementary color
Monochromatic Colors of #28EF30
Black with #28EF30
Text Example
Text Example
White with #28EF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EF30; }
p { color: rgb(40,239,48); }
H1.HeaderClassName
{
color: #28EF30;
}
.AnyTagClassName
{
color: #28EF30;
}
</style>
background-color css
<style>
a { background-color: #28EF30; }
a { background-color: rgb(40,239,48); }
div.DivClassName
{
background-color: #28EF30;
}
.BgClassName
{
background-color: #28EF30;
}
</style>
border-color css
<style>
span { border-color: #28EF30; }
span { border-color: rgb(40,239,48); }
td.TdClassName
{
border-color: #28EF30;
}
.TagClassName
{
border-color: #28EF30;
}
</style>