Shades of Free Speech Green #03CE16
Tints of Free Speech Green #03CE16
RGB
CMYK
RGB Variations
Color information
#03CE16 (or 0x03CE16) is known color: Free Speech Green. HEX triplet: 03, CE and 16. RGB value is (3,206,22). Sum of RGB (Red+Green+Blue) = 3+206+22=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 206 (80.86% from 255 or 89.18% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 206 - color contains mainly: green. Hex color #03CE16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CE16 is #FC31E9. Grayscale: #7C7C7C. Windows color (decimal): -16527850 or 1494531. OLE color: 1494531.
HSL color Cylindrical-coordinate representation of color #03CE16: hue angle of 125.62º 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 #03CE16 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 206 | 22 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.19 |
| HSL | 125.62º | 0.97% | 0.41% | - |
| HSV(B) | 125.62º | 0.99% | 0.81% | - |
| XYZ | 22.25 | 44.22 | 8.12 | - |
| YUV | 124.33 | 70.25 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 206 | 22 | 0.99 | 0 | 0.89 | 0.19 | 125.62 | 0.97 | 0.41 |
| Hex | 3 | CE | 16 | 63 | 0 | 59 | 13 | 7E | 61 | 29 |
| Octal | 3 | 316 | 26 | 143 | 0 | 131 | 23 | 176 | 141 | 51 |
| Binary | 11 | 11001110 | 10110 | 1100011 | 0 | 1011001 | 10011 | 1111110 | 1100001 | 101001 |
Color Harmonies of #03CE16
Complementary color
Monochromatic Colors of #03CE16
Black with #03CE16
Text Example
Text Example
White with #03CE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CE16; }
p { color: rgb(3,206,22); }
H1.HeaderClassName
{
color: #03CE16;
}
.AnyTagClassName
{
color: #03CE16;
}
</style>
background-color css
<style>
a { background-color: #03CE16; }
a { background-color: rgb(3,206,22); }
div.DivClassName
{
background-color: #03CE16;
}
.BgClassName
{
background-color: #03CE16;
}
</style>
border-color css
<style>
span { border-color: #03CE16; }
span { border-color: rgb(3,206,22); }
td.TdClassName
{
border-color: #03CE16;
}
.TagClassName
{
border-color: #03CE16;
}
</style>