Shades of Lime Green #3CCB2B
Tints of Lime Green #3CCB2B
RGB
CMYK
RGB Variations
Color information
#3CCB2B (or 0x3CCB2B) is known color: Lime Green. HEX triplet: 3C, CB and 2B. RGB value is (60,203,43). Sum of RGB (Red+Green+Blue) = 60+203+43=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 203 (79.69% from 255 or 66.34% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCB2B is #C334D4. Grayscale: #8E8E8E. Windows color (decimal): -12793045 or 2870076. OLE color: 2870076.
HSL color Cylindrical-coordinate representation of color #3CCB2B: hue angle of 113.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CCB2B is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 203 | 43 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.20 |
| HSL | 113.63º | 0.65% | 0.48% | - |
| HSV(B) | 113.63º | 0.79% | 0.8% | - |
| XYZ | 23.66 | 43.85 | 9.5 | - |
| YUV | 142 | 72.12 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 43 | 0.70 | 0 | 0.79 | 0.20 | 113.63 | 0.65 | 0.48 |
| Hex | 3C | CB | 2B | 46 | 0 | 4F | 14 | 72 | 41 | 30 |
| Octal | 74 | 313 | 53 | 106 | 0 | 117 | 24 | 162 | 101 | 60 |
| Binary | 111100 | 11001011 | 101011 | 1000110 | 0 | 1001111 | 10100 | 1110010 | 1000001 | 110000 |
Color Harmonies of #3CCB2B
Complementary color
Monochromatic Colors of #3CCB2B
Black with #3CCB2B
Text Example
Text Example
White with #3CCB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCB2B; }
p { color: rgb(60,203,43); }
H1.HeaderClassName
{
color: #3CCB2B;
}
.AnyTagClassName
{
color: #3CCB2B;
}
</style>
background-color css
<style>
a { background-color: #3CCB2B; }
a { background-color: rgb(60,203,43); }
div.DivClassName
{
background-color: #3CCB2B;
}
.BgClassName
{
background-color: #3CCB2B;
}
</style>
border-color css
<style>
span { border-color: #3CCB2B; }
span { border-color: rgb(60,203,43); }
td.TdClassName
{
border-color: #3CCB2B;
}
.TagClassName
{
border-color: #3CCB2B;
}
</style>