Shades of Spring Green #0CE37F
Tints of Spring Green #0CE37F
RGB
CMYK
RGB Variations
Color information
#0CE37F (or 0x0CE37F) is known color: Spring Green. HEX triplet: 0C, E3 and 7F. RGB value is (12,227,127). Sum of RGB (Red+Green+Blue) = 12+227+127=366 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.28% from 366); Green value is 227 (89.06% from 255 or 62.02% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 227 - color contains mainly: green. Hex color #0CE37F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE37F is #F31C80. Grayscale: #979797. Windows color (decimal): -15932545 or 8381196. OLE color: 8381196.
HSL color Cylindrical-coordinate representation of color #0CE37F: hue angle of 152.09º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE37F is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 227 | 127 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.11 |
| HSL | 152.09º | 0.9% | 0.47% | - |
| HSV(B) | 152.09º | 0.95% | 0.89% | - |
| XYZ | 31.45 | 56.55 | 29.34 | - |
| YUV | 151.32 | 114.27 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 227 | 127 | 0.95 | 0 | 0.44 | 0.11 | 152.09 | 0.9 | 0.47 |
| Hex | C | E3 | 7F | 5F | 0 | 2C | B | 98 | 5A | 2F |
| Octal | 14 | 343 | 177 | 137 | 0 | 54 | 13 | 230 | 132 | 57 |
| Binary | 1100 | 11100011 | 1111111 | 1011111 | 0 | 101100 | 1011 | 10011000 | 1011010 | 101111 |
Color Harmonies of #0CE37F
Complementary color
Monochromatic Colors of #0CE37F
Black with #0CE37F
Text Example
Text Example
White with #0CE37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE37F; }
p { color: rgb(12,227,127); }
H1.HeaderClassName
{
color: #0CE37F;
}
.AnyTagClassName
{
color: #0CE37F;
}
</style>
background-color css
<style>
a { background-color: #0CE37F; }
a { background-color: rgb(12,227,127); }
div.DivClassName
{
background-color: #0CE37F;
}
.BgClassName
{
background-color: #0CE37F;
}
</style>
border-color css
<style>
span { border-color: #0CE37F; }
span { border-color: rgb(12,227,127); }
td.TdClassName
{
border-color: #0CE37F;
}
.TagClassName
{
border-color: #0CE37F;
}
</style>