Shades of Lime Green #2CCB25
Tints of Lime Green #2CCB25
RGB
CMYK
RGB Variations
Color information
#2CCB25 (or 0x2CCB25) is known color: Lime Green. HEX triplet: 2C, CB and 25. RGB value is (44,203,37). Sum of RGB (Red+Green+Blue) = 44+203+37=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 203 (79.69% from 255 or 71.48% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCB25 is #D334DA. Grayscale: #898989. Windows color (decimal): -13841627 or 2476844. OLE color: 2476844.
HSL color Cylindrical-coordinate representation of color #2CCB25: hue angle of 117.47º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CCB25 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 203 | 37 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.20 |
| HSL | 117.47º | 0.69% | 0.47% | - |
| HSV(B) | 117.47º | 0.82% | 0.8% | - |
| XYZ | 22.73 | 43.38 | 8.93 | - |
| YUV | 136.54 | 71.82 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 203 | 37 | 0.78 | 0 | 0.82 | 0.20 | 117.47 | 0.69 | 0.47 |
| Hex | 2C | CB | 25 | 4E | 0 | 52 | 14 | 75 | 45 | 2F |
| Octal | 54 | 313 | 45 | 116 | 0 | 122 | 24 | 165 | 105 | 57 |
| Binary | 101100 | 11001011 | 100101 | 1001110 | 0 | 1010010 | 10100 | 1110101 | 1000101 | 101111 |
Color Harmonies of #2CCB25
Complementary color
Monochromatic Colors of #2CCB25
Black with #2CCB25
Text Example
Text Example
White with #2CCB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCB25; }
p { color: rgb(44,203,37); }
H1.HeaderClassName
{
color: #2CCB25;
}
.AnyTagClassName
{
color: #2CCB25;
}
</style>
background-color css
<style>
a { background-color: #2CCB25; }
a { background-color: rgb(44,203,37); }
div.DivClassName
{
background-color: #2CCB25;
}
.BgClassName
{
background-color: #2CCB25;
}
</style>
border-color css
<style>
span { border-color: #2CCB25; }
span { border-color: rgb(44,203,37); }
td.TdClassName
{
border-color: #2CCB25;
}
.TagClassName
{
border-color: #2CCB25;
}
</style>