Shades of Lime Green #3CCD2F
Tints of Lime Green #3CCD2F
RGB
CMYK
RGB Variations
Color information
#3CCD2F (or 0x3CCD2F) is known color: Lime Green. HEX triplet: 3C, CD and 2F. RGB value is (60,205,47). Sum of RGB (Red+Green+Blue) = 60+205+47=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 205 (80.47% from 255 or 65.71% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCD2F is #C332D0. Grayscale: #909090. Windows color (decimal): -12792529 or 3132732. OLE color: 3132732.
HSL color Cylindrical-coordinate representation of color #3CCD2F: hue angle of 115.06º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CCD2F is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 205 | 47 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.20 |
| HSL | 115.06º | 0.63% | 0.49% | - |
| HSV(B) | 115.06º | 0.77% | 0.8% | - |
| XYZ | 24.21 | 44.83 | 10.07 | - |
| YUV | 143.63 | 73.46 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 47 | 0.71 | 0 | 0.77 | 0.20 | 115.06 | 0.63 | 0.49 |
| Hex | 3C | CD | 2F | 47 | 0 | 4D | 14 | 73 | 3F | 31 |
| Octal | 74 | 315 | 57 | 107 | 0 | 115 | 24 | 163 | 77 | 61 |
| Binary | 111100 | 11001101 | 101111 | 1000111 | 0 | 1001101 | 10100 | 1110011 | 111111 | 110001 |
Color Harmonies of #3CCD2F
Complementary color
Monochromatic Colors of #3CCD2F
Black with #3CCD2F
Text Example
Text Example
White with #3CCD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCD2F; }
p { color: rgb(60,205,47); }
H1.HeaderClassName
{
color: #3CCD2F;
}
.AnyTagClassName
{
color: #3CCD2F;
}
</style>
background-color css
<style>
a { background-color: #3CCD2F; }
a { background-color: rgb(60,205,47); }
div.DivClassName
{
background-color: #3CCD2F;
}
.BgClassName
{
background-color: #3CCD2F;
}
</style>
border-color css
<style>
span { border-color: #3CCD2F; }
span { border-color: rgb(60,205,47); }
td.TdClassName
{
border-color: #3CCD2F;
}
.TagClassName
{
border-color: #3CCD2F;
}
</style>