Shades of Lime Green #3CC82C
Tints of Lime Green #3CC82C
RGB
CMYK
RGB Variations
Color information
#3CC82C (or 0x3CC82C) is known color: Lime Green. HEX triplet: 3C, C8 and 2C. RGB value is (60,200,44). Sum of RGB (Red+Green+Blue) = 60+200+44=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 200 (78.52% from 255 or 65.79% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC82C is #C337D3. Grayscale: #8C8C8C. Windows color (decimal): -12793812 or 2934844. OLE color: 2934844.
HSL color Cylindrical-coordinate representation of color #3CC82C: hue angle of 113.85º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CC82C is Cyan = 0.7, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 200 | 44 | - |
| CMYK | 0.7 | 0 | 0.78 | 0.22 |
| HSL | 113.85º | 0.64% | 0.48% | - |
| HSV(B) | 113.85º | 0.78% | 0.78% | - |
| XYZ | 22.97 | 42.45 | 9.37 | - |
| YUV | 140.36 | 73.62 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 200 | 44 | 0.7 | 0 | 0.78 | 0.22 | 113.85 | 0.64 | 0.48 |
| Hex | 3C | C8 | 2C | 46 | 0 | 4E | 16 | 72 | 40 | 30 |
| Octal | 74 | 310 | 54 | 106 | 0 | 116 | 26 | 162 | 100 | 60 |
| Binary | 111100 | 11001000 | 101100 | 1000110 | 0 | 1001110 | 10110 | 1110010 | 1000000 | 110000 |
Color Harmonies of #3CC82C
Complementary color
Monochromatic Colors of #3CC82C
Black with #3CC82C
Text Example
Text Example
White with #3CC82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC82C; }
p { color: rgb(60,200,44); }
H1.HeaderClassName
{
color: #3CC82C;
}
.AnyTagClassName
{
color: #3CC82C;
}
</style>
background-color css
<style>
a { background-color: #3CC82C; }
a { background-color: rgb(60,200,44); }
div.DivClassName
{
background-color: #3CC82C;
}
.BgClassName
{
background-color: #3CC82C;
}
</style>
border-color css
<style>
span { border-color: #3CC82C; }
span { border-color: rgb(60,200,44); }
td.TdClassName
{
border-color: #3CC82C;
}
.TagClassName
{
border-color: #3CC82C;
}
</style>