Shades of Lime Green #2CBC25
Tints of Lime Green #2CBC25
RGB
CMYK
RGB Variations
Color information
#2CBC25 (or 0x2CBC25) is known color: Lime Green. HEX triplet: 2C, BC and 25. RGB value is (44,188,37). Sum of RGB (Red+Green+Blue) = 44+188+37=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBC25 is #D343DA. Grayscale: #808080. Windows color (decimal): -13845467 or 2473004. OLE color: 2473004.
HSL color Cylindrical-coordinate representation of color #2CBC25: hue angle of 117.22º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CBC25 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 37 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.26 |
| HSL | 117.22º | 0.67% | 0.44% | - |
| HSV(B) | 117.22º | 0.8% | 0.74% | - |
| XYZ | 19.36 | 36.64 | 7.8 | - |
| YUV | 127.73 | 76.79 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 37 | 0.77 | 0 | 0.80 | 0.26 | 117.22 | 0.67 | 0.44 |
| Hex | 2C | BC | 25 | 4D | 0 | 50 | 1A | 75 | 43 | 2C |
| Octal | 54 | 274 | 45 | 115 | 0 | 120 | 32 | 165 | 103 | 54 |
| Binary | 101100 | 10111100 | 100101 | 1001101 | 0 | 1010000 | 11010 | 1110101 | 1000011 | 101100 |
Color Harmonies of #2CBC25
Complementary color
Monochromatic Colors of #2CBC25
Black with #2CBC25
Text Example
Text Example
White with #2CBC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC25; }
p { color: rgb(44,188,37); }
H1.HeaderClassName
{
color: #2CBC25;
}
.AnyTagClassName
{
color: #2CBC25;
}
</style>
background-color css
<style>
a { background-color: #2CBC25; }
a { background-color: rgb(44,188,37); }
div.DivClassName
{
background-color: #2CBC25;
}
.BgClassName
{
background-color: #2CBC25;
}
</style>
border-color css
<style>
span { border-color: #2CBC25; }
span { border-color: rgb(44,188,37); }
td.TdClassName
{
border-color: #2CBC25;
}
.TagClassName
{
border-color: #2CBC25;
}
</style>