Shades of Medium Sea Green #3CC25F
Tints of Medium Sea Green #3CC25F
RGB
CMYK
RGB Variations
Color information
#3CC25F (or 0x3CC25F) is known color: Medium Sea Green. HEX triplet: 3C, C2 and 5F. RGB value is (60,194,95). Sum of RGB (Red+Green+Blue) = 60+194+95=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC25F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC25F is #C33DA0. Grayscale: #8E8E8E. Windows color (decimal): -12795297 or 6275644. OLE color: 6275644.
HSL color Cylindrical-coordinate representation of color #3CC25F: hue angle of 135.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC25F is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 95 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.24 |
| HSL | 135.67º | 0.53% | 0.5% | - |
| HSV(B) | 135.67º | 0.69% | 0.76% | - |
| XYZ | 23.22 | 40.37 | 17.39 | - |
| YUV | 142.65 | 101.11 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 95 | 0.69 | 0 | 0.51 | 0.24 | 135.67 | 0.53 | 0.5 |
| Hex | 3C | C2 | 5F | 45 | 0 | 33 | 18 | 88 | 35 | 32 |
| Octal | 74 | 302 | 137 | 105 | 0 | 63 | 30 | 210 | 65 | 62 |
| Binary | 111100 | 11000010 | 1011111 | 1000101 | 0 | 110011 | 11000 | 10001000 | 110101 | 110010 |
Color Harmonies of #3CC25F
Complementary color
Monochromatic Colors of #3CC25F
Black with #3CC25F
Text Example
Text Example
White with #3CC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC25F; }
p { color: rgb(60,194,95); }
H1.HeaderClassName
{
color: #3CC25F;
}
.AnyTagClassName
{
color: #3CC25F;
}
</style>
background-color css
<style>
a { background-color: #3CC25F; }
a { background-color: rgb(60,194,95); }
div.DivClassName
{
background-color: #3CC25F;
}
.BgClassName
{
background-color: #3CC25F;
}
</style>
border-color css
<style>
span { border-color: #3CC25F; }
span { border-color: rgb(60,194,95); }
td.TdClassName
{
border-color: #3CC25F;
}
.TagClassName
{
border-color: #3CC25F;
}
</style>