Shades of Free Speech Green #1BCE05
Tints of Free Speech Green #1BCE05
RGB
CMYK
RGB Variations
Color information
#1BCE05 (or 0x1BCE05) is known color: Free Speech Green. HEX triplet: 1B, CE and 05. RGB value is (27,206,5). Sum of RGB (Red+Green+Blue) = 27+206+5=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 206 (80.86% from 255 or 86.55% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 206 - color contains mainly: green. Hex color #1BCE05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCE05 is #E431FA. Grayscale: #828282. Windows color (decimal): -14955003 or 380443. OLE color: 380443.
HSL color Cylindrical-coordinate representation of color #1BCE05: hue angle of 113.43º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1BCE05 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 206 | 5 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.19 |
| HSL | 113.43º | 0.95% | 0.41% | - |
| HSV(B) | 113.43º | 0.98% | 0.81% | - |
| XYZ | 22.55 | 44.39 | 7.52 | - |
| YUV | 129.57 | 57.7 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 206 | 5 | 0.87 | 0 | 0.98 | 0.19 | 113.43 | 0.95 | 0.41 |
| Hex | 1B | CE | 5 | 57 | 0 | 62 | 13 | 71 | 5F | 29 |
| Octal | 33 | 316 | 5 | 127 | 0 | 142 | 23 | 161 | 137 | 51 |
| Binary | 11011 | 11001110 | 101 | 1010111 | 0 | 1100010 | 10011 | 1110001 | 1011111 | 101001 |
Color Harmonies of #1BCE05
Complementary color
Monochromatic Colors of #1BCE05
Black with #1BCE05
Text Example
Text Example
White with #1BCE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCE05; }
p { color: rgb(27,206,5); }
H1.HeaderClassName
{
color: #1BCE05;
}
.AnyTagClassName
{
color: #1BCE05;
}
</style>
background-color css
<style>
a { background-color: #1BCE05; }
a { background-color: rgb(27,206,5); }
div.DivClassName
{
background-color: #1BCE05;
}
.BgClassName
{
background-color: #1BCE05;
}
</style>
border-color css
<style>
span { border-color: #1BCE05; }
span { border-color: rgb(27,206,5); }
td.TdClassName
{
border-color: #1BCE05;
}
.TagClassName
{
border-color: #1BCE05;
}
</style>