Shades of Lime Green #2CBE4B
Tints of Lime Green #2CBE4B
RGB
CMYK
RGB Variations
Color information
#2CBE4B (or 0x2CBE4B) is known color: Lime Green. HEX triplet: 2C, BE and 4B. RGB value is (44,190,75). Sum of RGB (Red+Green+Blue) = 44+190+75=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 190 (74.61% from 255 or 61.49% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBE4B is #D341B4. Grayscale: #858585. Windows color (decimal): -13844917 or 4963884. OLE color: 4963884.
HSL color Cylindrical-coordinate representation of color #2CBE4B: hue angle of 132.74º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBE4B is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 190 | 75 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.25 |
| HSL | 132.74º | 0.62% | 0.46% | - |
| HSV(B) | 132.74º | 0.77% | 0.75% | - |
| XYZ | 20.72 | 37.87 | 12.87 | - |
| YUV | 133.24 | 95.13 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 75 | 0.77 | 0 | 0.61 | 0.25 | 132.74 | 0.62 | 0.46 |
| Hex | 2C | BE | 4B | 4D | 0 | 3D | 19 | 85 | 3E | 2E |
| Octal | 54 | 276 | 113 | 115 | 0 | 75 | 31 | 205 | 76 | 56 |
| Binary | 101100 | 10111110 | 1001011 | 1001101 | 0 | 111101 | 11001 | 10000101 | 111110 | 101110 |
Color Harmonies of #2CBE4B
Complementary color
Monochromatic Colors of #2CBE4B
Black with #2CBE4B
Text Example
Text Example
White with #2CBE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBE4B; }
p { color: rgb(44,190,75); }
H1.HeaderClassName
{
color: #2CBE4B;
}
.AnyTagClassName
{
color: #2CBE4B;
}
</style>
background-color css
<style>
a { background-color: #2CBE4B; }
a { background-color: rgb(44,190,75); }
div.DivClassName
{
background-color: #2CBE4B;
}
.BgClassName
{
background-color: #2CBE4B;
}
</style>
border-color css
<style>
span { border-color: #2CBE4B; }
span { border-color: rgb(44,190,75); }
td.TdClassName
{
border-color: #2CBE4B;
}
.TagClassName
{
border-color: #2CBE4B;
}
</style>