Shades of Free Speech Green #1DF903
Tints of Free Speech Green #1DF903
RGB
CMYK
RGB Variations
Color information
#1DF903 (or 0x1DF903) is known color: Free Speech Green. HEX triplet: 1D, F9 and 03. RGB value is (29,249,3). Sum of RGB (Red+Green+Blue) = 29+249+3=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 249 (97.66% from 255 or 88.61% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF903 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF903 is #E206FC. Grayscale: #9B9B9B. Windows color (decimal): -14812925 or 260381. OLE color: 260381.
HSL color Cylindrical-coordinate representation of color #1DF903: hue angle of 113.66º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1DF903 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 3 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.02 |
| HSL | 113.66º | 0.98% | 0.49% | - |
| HSV(B) | 113.66º | 0.99% | 0.98% | - |
| XYZ | 34.4 | 68.02 | 11.4 | - |
| YUV | 155.18 | 42.11 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 3 | 0.88 | 0 | 0.99 | 0.02 | 113.66 | 0.98 | 0.49 |
| Hex | 1D | F9 | 3 | 58 | 0 | 63 | 2 | 72 | 62 | 31 |
| Octal | 35 | 371 | 3 | 130 | 0 | 143 | 2 | 162 | 142 | 61 |
| Binary | 11101 | 11111001 | 11 | 1011000 | 0 | 1100011 | 10 | 1110010 | 1100010 | 110001 |
Color Harmonies of #1DF903
Complementary color
Monochromatic Colors of #1DF903
Black with #1DF903
Text Example
Text Example
White with #1DF903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF903; }
p { color: rgb(29,249,3); }
H1.HeaderClassName
{
color: #1DF903;
}
.AnyTagClassName
{
color: #1DF903;
}
</style>
background-color css
<style>
a { background-color: #1DF903; }
a { background-color: rgb(29,249,3); }
div.DivClassName
{
background-color: #1DF903;
}
.BgClassName
{
background-color: #1DF903;
}
</style>
border-color css
<style>
span { border-color: #1DF903; }
span { border-color: rgb(29,249,3); }
td.TdClassName
{
border-color: #1DF903;
}
.TagClassName
{
border-color: #1DF903;
}
</style>