Shades of Lime Green #2CAE2F
Tints of Lime Green #2CAE2F
RGB
CMYK
RGB Variations
Color information
#2CAE2F (or 0x2CAE2F) is known color: Lime Green. HEX triplet: 2C, AE and 2F. RGB value is (44,174,47). Sum of RGB (Red+Green+Blue) = 44+174+47=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 174 (68.36% from 255 or 65.66% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAE2F is #D351D0. Grayscale: #797979. Windows color (decimal): -13849041 or 3124780. OLE color: 3124780.
HSL color Cylindrical-coordinate representation of color #2CAE2F: hue angle of 121.38º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CAE2F is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 174 | 47 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.32 |
| HSL | 121.38º | 0.6% | 0.43% | - |
| HSV(B) | 121.38º | 0.75% | 0.68% | - |
| XYZ | 16.69 | 31.01 | 7.8 | - |
| YUV | 120.65 | 86.43 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 174 | 47 | 0.75 | 0 | 0.73 | 0.32 | 121.38 | 0.6 | 0.43 |
| Hex | 2C | AE | 2F | 4B | 0 | 49 | 20 | 79 | 3C | 2B |
| Octal | 54 | 256 | 57 | 113 | 0 | 111 | 40 | 171 | 74 | 53 |
| Binary | 101100 | 10101110 | 101111 | 1001011 | 0 | 1001001 | 100000 | 1111001 | 111100 | 101011 |
Color Harmonies of #2CAE2F
Complementary color
Monochromatic Colors of #2CAE2F
Black with #2CAE2F
Text Example
Text Example
White with #2CAE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAE2F; }
p { color: rgb(44,174,47); }
H1.HeaderClassName
{
color: #2CAE2F;
}
.AnyTagClassName
{
color: #2CAE2F;
}
</style>
background-color css
<style>
a { background-color: #2CAE2F; }
a { background-color: rgb(44,174,47); }
div.DivClassName
{
background-color: #2CAE2F;
}
.BgClassName
{
background-color: #2CAE2F;
}
</style>
border-color css
<style>
span { border-color: #2CAE2F; }
span { border-color: rgb(44,174,47); }
td.TdClassName
{
border-color: #2CAE2F;
}
.TagClassName
{
border-color: #2CAE2F;
}
</style>