Shades of Free Speech Green #03CE10
Tints of Free Speech Green #03CE10
RGB
CMYK
RGB Variations
Color information
#03CE10 (or 0x03CE10) is known color: Free Speech Green. HEX triplet: 03, CE and 10. RGB value is (3,206,16). Sum of RGB (Red+Green+Blue) = 3+206+16=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 206 (80.86% from 255 or 91.56% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 206 - color contains mainly: green. Hex color #03CE10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CE10 is #FC31EF. Grayscale: #7C7C7C. Windows color (decimal): -16527856 or 1101315. OLE color: 1101315.
HSL color Cylindrical-coordinate representation of color #03CE10: hue angle of 123.84º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CE10 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 206 | 16 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.19 |
| HSL | 123.84º | 0.97% | 0.41% | - |
| HSV(B) | 123.84º | 0.99% | 0.81% | - |
| XYZ | 22.2 | 44.2 | 7.85 | - |
| YUV | 123.64 | 67.25 | 41.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 206 | 16 | 0.99 | 0 | 0.92 | 0.19 | 123.84 | 0.97 | 0.41 |
| Hex | 3 | CE | 10 | 63 | 0 | 5C | 13 | 7C | 61 | 29 |
| Octal | 3 | 316 | 20 | 143 | 0 | 134 | 23 | 174 | 141 | 51 |
| Binary | 11 | 11001110 | 10000 | 1100011 | 0 | 1011100 | 10011 | 1111100 | 1100001 | 101001 |
Color Harmonies of #03CE10
Complementary color
Monochromatic Colors of #03CE10
Black with #03CE10
Text Example
Text Example
White with #03CE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CE10; }
p { color: rgb(3,206,16); }
H1.HeaderClassName
{
color: #03CE10;
}
.AnyTagClassName
{
color: #03CE10;
}
</style>
background-color css
<style>
a { background-color: #03CE10; }
a { background-color: rgb(3,206,16); }
div.DivClassName
{
background-color: #03CE10;
}
.BgClassName
{
background-color: #03CE10;
}
</style>
border-color css
<style>
span { border-color: #03CE10; }
span { border-color: rgb(3,206,16); }
td.TdClassName
{
border-color: #03CE10;
}
.TagClassName
{
border-color: #03CE10;
}
</style>