Shades of Free Speech Green #1BDE07
Tints of Free Speech Green #1BDE07
RGB
CMYK
RGB Variations
Color information
#1BDE07 (or 0x1BDE07) is known color: Free Speech Green. HEX triplet: 1B, DE and 07. RGB value is (27,222,7). Sum of RGB (Red+Green+Blue) = 27+222+7=256 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.55% from 256); Green value is 222 (87.11% from 255 or 86.72% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 222 - color contains mainly: green. Hex color #1BDE07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BDE07 is #E421F8. Grayscale: #8B8B8B. Windows color (decimal): -14950905 or 515611. OLE color: 515611.
HSL color Cylindrical-coordinate representation of color #1BDE07: hue angle of 114.42º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1BDE07 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 222 | 7 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.13 |
| HSL | 114.42º | 0.94% | 0.45% | - |
| HSV(B) | 114.42º | 0.97% | 0.87% | - |
| XYZ | 26.61 | 52.49 | 8.93 | - |
| YUV | 139.19 | 53.4 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 222 | 7 | 0.88 | 0 | 0.97 | 0.13 | 114.42 | 0.94 | 0.45 |
| Hex | 1B | DE | 7 | 58 | 0 | 61 | D | 72 | 5E | 2D |
| Octal | 33 | 336 | 7 | 130 | 0 | 141 | 15 | 162 | 136 | 55 |
| Binary | 11011 | 11011110 | 111 | 1011000 | 0 | 1100001 | 1101 | 1110010 | 1011110 | 101101 |
Color Harmonies of #1BDE07
Complementary color
Monochromatic Colors of #1BDE07
Black with #1BDE07
Text Example
Text Example
White with #1BDE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDE07; }
p { color: rgb(27,222,7); }
H1.HeaderClassName
{
color: #1BDE07;
}
.AnyTagClassName
{
color: #1BDE07;
}
</style>
background-color css
<style>
a { background-color: #1BDE07; }
a { background-color: rgb(27,222,7); }
div.DivClassName
{
background-color: #1BDE07;
}
.BgClassName
{
background-color: #1BDE07;
}
</style>
border-color css
<style>
span { border-color: #1BDE07; }
span { border-color: rgb(27,222,7); }
td.TdClassName
{
border-color: #1BDE07;
}
.TagClassName
{
border-color: #1BDE07;
}
</style>