Shades of Free Speech Green #1FDB02
Tints of Free Speech Green #1FDB02
RGB
CMYK
RGB Variations
Color information
#1FDB02 (or 0x1FDB02) is known color: Free Speech Green. HEX triplet: 1F, DB and 02. RGB value is (31,219,2). Sum of RGB (Red+Green+Blue) = 31+219+2=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 219 (85.94% from 255 or 86.90% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDB02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FDB02 is #E024FD. Grayscale: #8A8A8A. Windows color (decimal): -14689534 or 187167. OLE color: 187167.
HSL color Cylindrical-coordinate representation of color #1FDB02: hue angle of 111.98º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FDB02 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 2 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.14 |
| HSL | 111.98º | 0.98% | 0.43% | - |
| HSV(B) | 111.98º | 0.99% | 0.86% | - |
| XYZ | 25.91 | 50.96 | 8.53 | - |
| YUV | 138.05 | 51.22 | 51.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 2 | 0.86 | 0 | 0.99 | 0.14 | 111.98 | 0.98 | 0.43 |
| Hex | 1F | DB | 2 | 56 | 0 | 63 | E | 70 | 62 | 2B |
| Octal | 37 | 333 | 2 | 126 | 0 | 143 | 16 | 160 | 142 | 53 |
| Binary | 11111 | 11011011 | 10 | 1010110 | 0 | 1100011 | 1110 | 1110000 | 1100010 | 101011 |
Color Harmonies of #1FDB02
Complementary color
Monochromatic Colors of #1FDB02
Black with #1FDB02
Text Example
Text Example
White with #1FDB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDB02; }
p { color: rgb(31,219,2); }
H1.HeaderClassName
{
color: #1FDB02;
}
.AnyTagClassName
{
color: #1FDB02;
}
</style>
background-color css
<style>
a { background-color: #1FDB02; }
a { background-color: rgb(31,219,2); }
div.DivClassName
{
background-color: #1FDB02;
}
.BgClassName
{
background-color: #1FDB02;
}
</style>
border-color css
<style>
span { border-color: #1FDB02; }
span { border-color: rgb(31,219,2); }
td.TdClassName
{
border-color: #1FDB02;
}
.TagClassName
{
border-color: #1FDB02;
}
</style>