Shades of Lime Green #16CF2D
Tints of Lime Green #16CF2D
RGB
CMYK
RGB Variations
Color information
#16CF2D (or 0x16CF2D) is known color: Lime Green. HEX triplet: 16, CF and 2D. RGB value is (22,207,45). Sum of RGB (Red+Green+Blue) = 22+207+45=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 207 (81.25% from 255 or 75.55% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 207 - color contains mainly: green. Hex color #16CF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CF2D is #E930D2. Grayscale: #858585. Windows color (decimal): -15282387 or 3002134. OLE color: 3002134.
HSL color Cylindrical-coordinate representation of color #16CF2D: hue angle of 127.46º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CF2D is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 207 | 45 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.19 |
| HSL | 127.46º | 0.81% | 0.45% | - |
| HSV(B) | 127.46º | 0.89% | 0.81% | - |
| XYZ | 23.12 | 44.99 | 9.95 | - |
| YUV | 133.22 | 78.21 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 207 | 45 | 0.89 | 0 | 0.78 | 0.19 | 127.46 | 0.81 | 0.45 |
| Hex | 16 | CF | 2D | 59 | 0 | 4E | 13 | 7F | 51 | 2D |
| Octal | 26 | 317 | 55 | 131 | 0 | 116 | 23 | 177 | 121 | 55 |
| Binary | 10110 | 11001111 | 101101 | 1011001 | 0 | 1001110 | 10011 | 1111111 | 1010001 | 101101 |
Color Harmonies of #16CF2D
Complementary color
Monochromatic Colors of #16CF2D
Black with #16CF2D
Text Example
Text Example
White with #16CF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CF2D; }
p { color: rgb(22,207,45); }
H1.HeaderClassName
{
color: #16CF2D;
}
.AnyTagClassName
{
color: #16CF2D;
}
</style>
background-color css
<style>
a { background-color: #16CF2D; }
a { background-color: rgb(22,207,45); }
div.DivClassName
{
background-color: #16CF2D;
}
.BgClassName
{
background-color: #16CF2D;
}
</style>
border-color css
<style>
span { border-color: #16CF2D; }
span { border-color: rgb(22,207,45); }
td.TdClassName
{
border-color: #16CF2D;
}
.TagClassName
{
border-color: #16CF2D;
}
</style>