Shades of Lime Green #28CF22
Tints of Lime Green #28CF22
RGB
CMYK
RGB Variations
Color information
#28CF22 (or 0x28CF22) is known color: Lime Green. HEX triplet: 28, CF and 22. RGB value is (40,207,34). Sum of RGB (Red+Green+Blue) = 40+207+34=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 207 (81.25% from 255 or 73.67% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 207 - color contains mainly: green. Hex color #28CF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CF22 is #D730DD. Grayscale: #898989. Windows color (decimal): -14102750 or 2281256. OLE color: 2281256.
HSL color Cylindrical-coordinate representation of color #28CF22: hue angle of 117.92º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28CF22 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 207 | 34 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.19 |
| HSL | 117.92º | 0.72% | 0.47% | - |
| HSV(B) | 117.92º | 0.84% | 0.81% | - |
| XYZ | 23.48 | 45.19 | 9 | - |
| YUV | 137.35 | 69.67 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 34 | 0.81 | 0 | 0.84 | 0.19 | 117.92 | 0.72 | 0.47 |
| Hex | 28 | CF | 22 | 51 | 0 | 54 | 13 | 76 | 48 | 2F |
| Octal | 50 | 317 | 42 | 121 | 0 | 124 | 23 | 166 | 110 | 57 |
| Binary | 101000 | 11001111 | 100010 | 1010001 | 0 | 1010100 | 10011 | 1110110 | 1001000 | 101111 |
Color Harmonies of #28CF22
Complementary color
Monochromatic Colors of #28CF22
Black with #28CF22
Text Example
Text Example
White with #28CF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CF22; }
p { color: rgb(40,207,34); }
H1.HeaderClassName
{
color: #28CF22;
}
.AnyTagClassName
{
color: #28CF22;
}
</style>
background-color css
<style>
a { background-color: #28CF22; }
a { background-color: rgb(40,207,34); }
div.DivClassName
{
background-color: #28CF22;
}
.BgClassName
{
background-color: #28CF22;
}
</style>
border-color css
<style>
span { border-color: #28CF22; }
span { border-color: rgb(40,207,34); }
td.TdClassName
{
border-color: #28CF22;
}
.TagClassName
{
border-color: #28CF22;
}
</style>