Shades of Lime Green #2CAE3C
Tints of Lime Green #2CAE3C
RGB
CMYK
RGB Variations
Color information
#2CAE3C (or 0x2CAE3C) is known color: Lime Green. HEX triplet: 2C, AE and 3C. RGB value is (44,174,60). Sum of RGB (Red+Green+Blue) = 44+174+60=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 174 (68.36% from 255 or 62.59% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAE3C is #D351C3. Grayscale: #7A7A7A. Windows color (decimal): -13849028 or 3976748. OLE color: 3976748.
HSL color Cylindrical-coordinate representation of color #2CAE3C: hue angle of 127.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 #2CAE3C is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 174 | 60 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.32 |
| HSL | 127.38º | 0.6% | 0.43% | - |
| HSV(B) | 127.38º | 0.75% | 0.68% | - |
| XYZ | 16.99 | 31.13 | 9.39 | - |
| YUV | 122.13 | 92.93 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 174 | 60 | 0.75 | 0 | 0.66 | 0.32 | 127.38 | 0.6 | 0.43 |
| Hex | 2C | AE | 3C | 4B | 0 | 42 | 20 | 7F | 3C | 2B |
| Octal | 54 | 256 | 74 | 113 | 0 | 102 | 40 | 177 | 74 | 53 |
| Binary | 101100 | 10101110 | 111100 | 1001011 | 0 | 1000010 | 100000 | 1111111 | 111100 | 101011 |
Color Harmonies of #2CAE3C
Complementary color
Monochromatic Colors of #2CAE3C
Black with #2CAE3C
Text Example
Text Example
White with #2CAE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAE3C; }
p { color: rgb(44,174,60); }
H1.HeaderClassName
{
color: #2CAE3C;
}
.AnyTagClassName
{
color: #2CAE3C;
}
</style>
background-color css
<style>
a { background-color: #2CAE3C; }
a { background-color: rgb(44,174,60); }
div.DivClassName
{
background-color: #2CAE3C;
}
.BgClassName
{
background-color: #2CAE3C;
}
</style>
border-color css
<style>
span { border-color: #2CAE3C; }
span { border-color: rgb(44,174,60); }
td.TdClassName
{
border-color: #2CAE3C;
}
.TagClassName
{
border-color: #2CAE3C;
}
</style>