Shades of Lime Green #3CDA2B
Tints of Lime Green #3CDA2B
RGB
CMYK
RGB Variations
Color information
#3CDA2B (or 0x3CDA2B) is known color: Lime Green. HEX triplet: 3C, DA and 2B. RGB value is (60,218,43). Sum of RGB (Red+Green+Blue) = 60+218+43=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 218 (85.55% from 255 or 67.91% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDA2B is #C325D4. Grayscale: #979797. Windows color (decimal): -12789205 or 2873916. OLE color: 2873916.
HSL color Cylindrical-coordinate representation of color #3CDA2B: hue angle of 114.17º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CDA2B is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 43 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.15 |
| HSL | 114.17º | 0.7% | 0.51% | - |
| HSV(B) | 114.17º | 0.8% | 0.85% | - |
| XYZ | 27.37 | 51.28 | 10.74 | - |
| YUV | 150.81 | 67.15 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 43 | 0.72 | 0 | 0.80 | 0.15 | 114.17 | 0.7 | 0.51 |
| Hex | 3C | DA | 2B | 48 | 0 | 50 | F | 72 | 46 | 33 |
| Octal | 74 | 332 | 53 | 110 | 0 | 120 | 17 | 162 | 106 | 63 |
| Binary | 111100 | 11011010 | 101011 | 1001000 | 0 | 1010000 | 1111 | 1110010 | 1000110 | 110011 |
Color Harmonies of #3CDA2B
Complementary color
Monochromatic Colors of #3CDA2B
Black with #3CDA2B
Text Example
Text Example
White with #3CDA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA2B; }
p { color: rgb(60,218,43); }
H1.HeaderClassName
{
color: #3CDA2B;
}
.AnyTagClassName
{
color: #3CDA2B;
}
</style>
background-color css
<style>
a { background-color: #3CDA2B; }
a { background-color: rgb(60,218,43); }
div.DivClassName
{
background-color: #3CDA2B;
}
.BgClassName
{
background-color: #3CDA2B;
}
</style>
border-color css
<style>
span { border-color: #3CDA2B; }
span { border-color: rgb(60,218,43); }
td.TdClassName
{
border-color: #3CDA2B;
}
.TagClassName
{
border-color: #3CDA2B;
}
</style>