Shades of Free Speech Green #03DF1B
Tints of Free Speech Green #03DF1B
RGB
CMYK
RGB Variations
Color information
#03DF1B (or 0x03DF1B) is known color: Free Speech Green. HEX triplet: 03, DF and 1B. RGB value is (3,223,27). Sum of RGB (Red+Green+Blue) = 3+223+27=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 223 (87.5% from 255 or 88.14% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 223 - color contains mainly: green. Hex color #03DF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DF1B is #FC20E4. Grayscale: #878787. Windows color (decimal): -16523493 or 1826563. OLE color: 1826563.
HSL color Cylindrical-coordinate representation of color #03DF1B: hue angle of 126.55º 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 #03DF1B is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 223 | 27 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.13 |
| HSL | 126.55º | 0.97% | 0.44% | - |
| HSV(B) | 126.55º | 0.99% | 0.87% | - |
| XYZ | 26.62 | 52.87 | 9.84 | - |
| YUV | 134.88 | 67.11 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 223 | 27 | 0.99 | 0 | 0.88 | 0.13 | 126.55 | 0.97 | 0.44 |
| Hex | 3 | DF | 1B | 63 | 0 | 58 | D | 7F | 61 | 2C |
| Octal | 3 | 337 | 33 | 143 | 0 | 130 | 15 | 177 | 141 | 54 |
| Binary | 11 | 11011111 | 11011 | 1100011 | 0 | 1011000 | 1101 | 1111111 | 1100001 | 101100 |
Color Harmonies of #03DF1B
Complementary color
Monochromatic Colors of #03DF1B
Black with #03DF1B
Text Example
Text Example
White with #03DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DF1B; }
p { color: rgb(3,223,27); }
H1.HeaderClassName
{
color: #03DF1B;
}
.AnyTagClassName
{
color: #03DF1B;
}
</style>
background-color css
<style>
a { background-color: #03DF1B; }
a { background-color: rgb(3,223,27); }
div.DivClassName
{
background-color: #03DF1B;
}
.BgClassName
{
background-color: #03DF1B;
}
</style>
border-color css
<style>
span { border-color: #03DF1B; }
span { border-color: rgb(3,223,27); }
td.TdClassName
{
border-color: #03DF1B;
}
.TagClassName
{
border-color: #03DF1B;
}
</style>