Shades of Free Speech Green #1BD703
Tints of Free Speech Green #1BD703
RGB
CMYK
RGB Variations
Color information
#1BD703 (or 0x1BD703) is known color: Free Speech Green. HEX triplet: 1B, D7 and 03. RGB value is (27,215,3). Sum of RGB (Red+Green+Blue) = 27+215+3=245 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.02% from 245); Green value is 215 (84.38% from 255 or 87.76% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 215 - color contains mainly: green. Hex color #1BD703 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BD703 is #E428FC. Grayscale: #878787. Windows color (decimal): -14952701 or 251675. OLE color: 251675.
HSL color Cylindrical-coordinate representation of color #1BD703: hue angle of 113.21º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1BD703 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 215 | 3 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.16 |
| HSL | 113.21º | 0.97% | 0.43% | - |
| HSV(B) | 113.21º | 0.99% | 0.84% | - |
| XYZ | 24.77 | 48.84 | 8.21 | - |
| YUV | 134.62 | 53.72 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 215 | 3 | 0.87 | 0 | 0.99 | 0.16 | 113.21 | 0.97 | 0.43 |
| Hex | 1B | D7 | 3 | 57 | 0 | 63 | 10 | 71 | 61 | 2B |
| Octal | 33 | 327 | 3 | 127 | 0 | 143 | 20 | 161 | 141 | 53 |
| Binary | 11011 | 11010111 | 11 | 1010111 | 0 | 1100011 | 10000 | 1110001 | 1100001 | 101011 |
Color Harmonies of #1BD703
Complementary color
Monochromatic Colors of #1BD703
Black with #1BD703
Text Example
Text Example
White with #1BD703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD703; }
p { color: rgb(27,215,3); }
H1.HeaderClassName
{
color: #1BD703;
}
.AnyTagClassName
{
color: #1BD703;
}
</style>
background-color css
<style>
a { background-color: #1BD703; }
a { background-color: rgb(27,215,3); }
div.DivClassName
{
background-color: #1BD703;
}
.BgClassName
{
background-color: #1BD703;
}
</style>
border-color css
<style>
span { border-color: #1BD703; }
span { border-color: rgb(27,215,3); }
td.TdClassName
{
border-color: #1BD703;
}
.TagClassName
{
border-color: #1BD703;
}
</style>