Shades of Free Speech Green #03CE13
Tints of Free Speech Green #03CE13
RGB
CMYK
RGB Variations
Color information
#03CE13 (or 0x03CE13) is known color: Free Speech Green. HEX triplet: 03, CE and 13. RGB value is (3,206,19). Sum of RGB (Red+Green+Blue) = 3+206+19=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 206 (80.86% from 255 or 90.35% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 206 - color contains mainly: green. Hex color #03CE13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CE13 is #FC31EC. Grayscale: #7C7C7C. Windows color (decimal): -16527853 or 1297923. OLE color: 1297923.
HSL color Cylindrical-coordinate representation of color #03CE13: hue angle of 124.73º 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 #03CE13 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 206 | 19 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.19 |
| HSL | 124.73º | 0.97% | 0.41% | - |
| HSV(B) | 124.73º | 0.99% | 0.81% | - |
| XYZ | 22.23 | 44.21 | 7.98 | - |
| YUV | 123.99 | 68.75 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 206 | 19 | 0.99 | 0 | 0.91 | 0.19 | 124.73 | 0.97 | 0.41 |
| Hex | 3 | CE | 13 | 63 | 0 | 5B | 13 | 7D | 61 | 29 |
| Octal | 3 | 316 | 23 | 143 | 0 | 133 | 23 | 175 | 141 | 51 |
| Binary | 11 | 11001110 | 10011 | 1100011 | 0 | 1011011 | 10011 | 1111101 | 1100001 | 101001 |
Color Harmonies of #03CE13
Complementary color
Monochromatic Colors of #03CE13
Black with #03CE13
Text Example
Text Example
White with #03CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CE13; }
p { color: rgb(3,206,19); }
H1.HeaderClassName
{
color: #03CE13;
}
.AnyTagClassName
{
color: #03CE13;
}
</style>
background-color css
<style>
a { background-color: #03CE13; }
a { background-color: rgb(3,206,19); }
div.DivClassName
{
background-color: #03CE13;
}
.BgClassName
{
background-color: #03CE13;
}
</style>
border-color css
<style>
span { border-color: #03CE13; }
span { border-color: rgb(3,206,19); }
td.TdClassName
{
border-color: #03CE13;
}
.TagClassName
{
border-color: #03CE13;
}
</style>