Shades of Lime Green #3CCB2C
Tints of Lime Green #3CCB2C
RGB
CMYK
RGB Variations
Color information
#3CCB2C (or 0x3CCB2C) is known color: Lime Green. HEX triplet: 3C, CB and 2C. RGB value is (60,203,44). Sum of RGB (Red+Green+Blue) = 60+203+44=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 203 (79.69% from 255 or 66.12% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCB2C is #C334D3. Grayscale: #8E8E8E. Windows color (decimal): -12793044 or 2935612. OLE color: 2935612.
HSL color Cylindrical-coordinate representation of color #3CCB2C: hue angle of 113.96º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CCB2C is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 203 | 44 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.20 |
| HSL | 113.96º | 0.64% | 0.48% | - |
| HSV(B) | 113.96º | 0.78% | 0.8% | - |
| XYZ | 23.67 | 43.85 | 9.6 | - |
| YUV | 142.12 | 72.62 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 44 | 0.70 | 0 | 0.78 | 0.20 | 113.96 | 0.64 | 0.48 |
| Hex | 3C | CB | 2C | 46 | 0 | 4E | 14 | 72 | 40 | 30 |
| Octal | 74 | 313 | 54 | 106 | 0 | 116 | 24 | 162 | 100 | 60 |
| Binary | 111100 | 11001011 | 101100 | 1000110 | 0 | 1001110 | 10100 | 1110010 | 1000000 | 110000 |
Color Harmonies of #3CCB2C
Complementary color
Monochromatic Colors of #3CCB2C
Black with #3CCB2C
Text Example
Text Example
White with #3CCB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCB2C; }
p { color: rgb(60,203,44); }
H1.HeaderClassName
{
color: #3CCB2C;
}
.AnyTagClassName
{
color: #3CCB2C;
}
</style>
background-color css
<style>
a { background-color: #3CCB2C; }
a { background-color: rgb(60,203,44); }
div.DivClassName
{
background-color: #3CCB2C;
}
.BgClassName
{
background-color: #3CCB2C;
}
</style>
border-color css
<style>
span { border-color: #3CCB2C; }
span { border-color: rgb(60,203,44); }
td.TdClassName
{
border-color: #3CCB2C;
}
.TagClassName
{
border-color: #3CCB2C;
}
</style>