Shades of Lime Green #2CAF30
Tints of Lime Green #2CAF30
RGB
CMYK
RGB Variations
Color information
#2CAF30 (or 0x2CAF30) is known color: Lime Green. HEX triplet: 2C, AF and 30. RGB value is (44,175,48). Sum of RGB (Red+Green+Blue) = 44+175+48=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 175 (68.75% from 255 or 65.54% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 175 - color contains mainly: green. Hex color #2CAF30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAF30 is #D350CF. Grayscale: #797979. Windows color (decimal): -13848784 or 3190572. OLE color: 3190572.
HSL color Cylindrical-coordinate representation of color #2CAF30: hue angle of 121.83º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CAF30 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 175 | 48 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.31 |
| HSL | 121.83º | 0.6% | 0.43% | - |
| HSV(B) | 121.83º | 0.75% | 0.69% | - |
| XYZ | 16.9 | 31.41 | 7.97 | - |
| YUV | 121.35 | 86.6 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 175 | 48 | 0.75 | 0 | 0.73 | 0.31 | 121.83 | 0.6 | 0.43 |
| Hex | 2C | AF | 30 | 4B | 0 | 49 | 1F | 7A | 3C | 2B |
| Octal | 54 | 257 | 60 | 113 | 0 | 111 | 37 | 172 | 74 | 53 |
| Binary | 101100 | 10101111 | 110000 | 1001011 | 0 | 1001001 | 11111 | 1111010 | 111100 | 101011 |
Color Harmonies of #2CAF30
Complementary color
Monochromatic Colors of #2CAF30
Black with #2CAF30
Text Example
Text Example
White with #2CAF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAF30; }
p { color: rgb(44,175,48); }
H1.HeaderClassName
{
color: #2CAF30;
}
.AnyTagClassName
{
color: #2CAF30;
}
</style>
background-color css
<style>
a { background-color: #2CAF30; }
a { background-color: rgb(44,175,48); }
div.DivClassName
{
background-color: #2CAF30;
}
.BgClassName
{
background-color: #2CAF30;
}
</style>
border-color css
<style>
span { border-color: #2CAF30; }
span { border-color: rgb(44,175,48); }
td.TdClassName
{
border-color: #2CAF30;
}
.TagClassName
{
border-color: #2CAF30;
}
</style>