Shades of Free Speech Green #03DF18
Tints of Free Speech Green #03DF18
RGB
CMYK
RGB Variations
Color information
#03DF18 (or 0x03DF18) is known color: Free Speech Green. HEX triplet: 03, DF and 18. RGB value is (3,223,24). Sum of RGB (Red+Green+Blue) = 3+223+24=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 223 (87.5% from 255 or 89.2% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 223 - color contains mainly: green. Hex color #03DF18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03DF18 is #FC20E7. Grayscale: #878787. Windows color (decimal): -16523496 or 1629955. OLE color: 1629955.
HSL color Cylindrical-coordinate representation of color #03DF18: hue angle of 125.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DF18 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 223 | 24 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.13 |
| HSL | 125.73º | 0.97% | 0.44% | - |
| HSV(B) | 125.73º | 0.99% | 0.87% | - |
| XYZ | 26.59 | 52.86 | 9.67 | - |
| YUV | 134.53 | 65.61 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 223 | 24 | 0.99 | 0 | 0.89 | 0.13 | 125.73 | 0.97 | 0.44 |
| Hex | 3 | DF | 18 | 63 | 0 | 59 | D | 7E | 61 | 2C |
| Octal | 3 | 337 | 30 | 143 | 0 | 131 | 15 | 176 | 141 | 54 |
| Binary | 11 | 11011111 | 11000 | 1100011 | 0 | 1011001 | 1101 | 1111110 | 1100001 | 101100 |
Color Harmonies of #03DF18
Complementary color
Monochromatic Colors of #03DF18
Black with #03DF18
Text Example
Text Example
White with #03DF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DF18; }
p { color: rgb(3,223,24); }
H1.HeaderClassName
{
color: #03DF18;
}
.AnyTagClassName
{
color: #03DF18;
}
</style>
background-color css
<style>
a { background-color: #03DF18; }
a { background-color: rgb(3,223,24); }
div.DivClassName
{
background-color: #03DF18;
}
.BgClassName
{
background-color: #03DF18;
}
</style>
border-color css
<style>
span { border-color: #03DF18; }
span { border-color: rgb(3,223,24); }
td.TdClassName
{
border-color: #03DF18;
}
.TagClassName
{
border-color: #03DF18;
}
</style>