Shades of Free Speech Green #1BD30C
Tints of Free Speech Green #1BD30C
RGB
CMYK
RGB Variations
Color information
#1BD30C (or 0x1BD30C) is known color: Free Speech Green. HEX triplet: 1B, D3 and 0C. RGB value is (27,211,12). Sum of RGB (Red+Green+Blue) = 27+211+12=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 211 (82.81% from 255 or 84.4% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 211 - color contains mainly: green. Hex color #1BD30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BD30C is #E42CF3. Grayscale: #858585. Windows color (decimal): -14953716 or 840475. OLE color: 840475.
HSL color Cylindrical-coordinate representation of color #1BD30C: hue angle of 115.48º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1BD30C is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 27 | 211 | 12 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.17 |
| HSL | 115.48º | 0.89% | 0.44% | - |
| HSV(B) | 115.48º | 0.94% | 0.83% | - |
| XYZ | 23.81 | 46.85 | 8.14 | - |
| YUV | 133.3 | 59.54 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 211 | 12 | 0.87 | 0 | 0.94 | 0.17 | 115.48 | 0.89 | 0.44 |
| Hex | 1B | D3 | C | 57 | 0 | 5E | 11 | 73 | 59 | 2C |
| Octal | 33 | 323 | 14 | 127 | 0 | 136 | 21 | 163 | 131 | 54 |
| Binary | 11011 | 11010011 | 1100 | 1010111 | 0 | 1011110 | 10001 | 1110011 | 1011001 | 101100 |
Color Harmonies of #1BD30C
Complementary color
Monochromatic Colors of #1BD30C
Black with #1BD30C
Text Example
Text Example
White with #1BD30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD30C; }
p { color: rgb(27,211,12); }
H1.HeaderClassName
{
color: #1BD30C;
}
.AnyTagClassName
{
color: #1BD30C;
}
</style>
background-color css
<style>
a { background-color: #1BD30C; }
a { background-color: rgb(27,211,12); }
div.DivClassName
{
background-color: #1BD30C;
}
.BgClassName
{
background-color: #1BD30C;
}
</style>
border-color css
<style>
span { border-color: #1BD30C; }
span { border-color: rgb(27,211,12); }
td.TdClassName
{
border-color: #1BD30C;
}
.TagClassName
{
border-color: #1BD30C;
}
</style>