Shades of Free Speech Green #1BFE0A
Tints of Free Speech Green #1BFE0A
RGB
CMYK
RGB Variations
Color information
#1BFE0A (or 0x1BFE0A) is known color: Free Speech Green. HEX triplet: 1B, FE and 0A. RGB value is (27,254,10). Sum of RGB (Red+Green+Blue) = 27+254+10=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 254 (99.61% from 255 or 87.29% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 254 - color contains mainly: green. Hex color #1BFE0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BFE0A is #E401F5. Grayscale: #9F9F9F. Windows color (decimal): -14942710 or 720411. OLE color: 720411.
HSL color Cylindrical-coordinate representation of color #1BFE0A: hue angle of 115.82º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1BFE0A is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 254 | 10 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.00 |
| HSL | 115.82º | 0.99% | 0.52% | - |
| HSV(B) | 115.82º | 0.96% | 1% | - |
| XYZ | 35.95 | 71.14 | 12.12 | - |
| YUV | 158.31 | 44.29 | 34.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 254 | 10 | 0.89 | 0 | 0.96 | 0.00 | 115.82 | 0.99 | 0.52 |
| Hex | 1B | FE | A | 59 | 0 | 60 | 0 | 74 | 63 | 34 |
| Octal | 33 | 376 | 12 | 131 | 0 | 140 | 0 | 164 | 143 | 64 |
| Binary | 11011 | 11111110 | 1010 | 1011001 | 0 | 1100000 | 0 | 1110100 | 1100011 | 110100 |
Color Harmonies of #1BFE0A
Complementary color
Monochromatic Colors of #1BFE0A
Black with #1BFE0A
Text Example
Text Example
White with #1BFE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFE0A; }
p { color: rgb(27,254,10); }
H1.HeaderClassName
{
color: #1BFE0A;
}
.AnyTagClassName
{
color: #1BFE0A;
}
</style>
background-color css
<style>
a { background-color: #1BFE0A; }
a { background-color: rgb(27,254,10); }
div.DivClassName
{
background-color: #1BFE0A;
}
.BgClassName
{
background-color: #1BFE0A;
}
</style>
border-color css
<style>
span { border-color: #1BFE0A; }
span { border-color: rgb(27,254,10); }
td.TdClassName
{
border-color: #1BFE0A;
}
.TagClassName
{
border-color: #1BFE0A;
}
</style>