Shades of Lime Green #2CD90F
Tints of Lime Green #2CD90F
RGB
CMYK
RGB Variations
Color information
#2CD90F (or 0x2CD90F) is known color: Lime Green. HEX triplet: 2C, D9 and 0F. RGB value is (44,217,15). Sum of RGB (Red+Green+Blue) = 44+217+15=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 217 (85.16% from 255 or 78.62% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD90F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD90F is #D326F0. Grayscale: #8E8E8E. Windows color (decimal): -13838065 or 1038636. OLE color: 1038636.
HSL color Cylindrical-coordinate representation of color #2CD90F: hue angle of 111.39º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CD90F is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 217 | 15 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.15 |
| HSL | 111.39º | 0.87% | 0.45% | - |
| HSV(B) | 111.39º | 0.93% | 0.85% | - |
| XYZ | 25.94 | 50.2 | 8.77 | - |
| YUV | 142.25 | 56.19 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 217 | 15 | 0.80 | 0 | 0.93 | 0.15 | 111.39 | 0.87 | 0.45 |
| Hex | 2C | D9 | F | 50 | 0 | 5D | F | 6F | 57 | 2D |
| Octal | 54 | 331 | 17 | 120 | 0 | 135 | 17 | 157 | 127 | 55 |
| Binary | 101100 | 11011001 | 1111 | 1010000 | 0 | 1011101 | 1111 | 1101111 | 1010111 | 101101 |
Color Harmonies of #2CD90F
Complementary color
Monochromatic Colors of #2CD90F
Black with #2CD90F
Text Example
Text Example
White with #2CD90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD90F; }
p { color: rgb(44,217,15); }
H1.HeaderClassName
{
color: #2CD90F;
}
.AnyTagClassName
{
color: #2CD90F;
}
</style>
background-color css
<style>
a { background-color: #2CD90F; }
a { background-color: rgb(44,217,15); }
div.DivClassName
{
background-color: #2CD90F;
}
.BgClassName
{
background-color: #2CD90F;
}
</style>
border-color css
<style>
span { border-color: #2CD90F; }
span { border-color: rgb(44,217,15); }
td.TdClassName
{
border-color: #2CD90F;
}
.TagClassName
{
border-color: #2CD90F;
}
</style>