Shades of Free Speech Green #1EFB05
Tints of Free Speech Green #1EFB05
RGB
CMYK
RGB Variations
Color information
#1EFB05 (or 0x1EFB05) is known color: Free Speech Green. HEX triplet: 1E, FB and 05. RGB value is (30,251,5). Sum of RGB (Red+Green+Blue) = 30+251+5=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 251 (98.44% from 255 or 87.76% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 251 - color contains mainly: green. Hex color #1EFB05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFB05 is #E104FA. Grayscale: #9D9D9D. Windows color (decimal): -14746875 or 391966. OLE color: 391966.
HSL color Cylindrical-coordinate representation of color #1EFB05: hue angle of 113.9º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1EFB05 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 251 | 5 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.02 |
| HSL | 113.9º | 0.97% | 0.5% | - |
| HSV(B) | 113.9º | 0.98% | 0.98% | - |
| XYZ | 35.06 | 69.28 | 11.67 | - |
| YUV | 156.88 | 42.28 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 251 | 5 | 0.88 | 0 | 0.98 | 0.02 | 113.9 | 0.97 | 0.5 |
| Hex | 1E | FB | 5 | 58 | 0 | 62 | 2 | 72 | 61 | 32 |
| Octal | 36 | 373 | 5 | 130 | 0 | 142 | 2 | 162 | 141 | 62 |
| Binary | 11110 | 11111011 | 101 | 1011000 | 0 | 1100010 | 10 | 1110010 | 1100001 | 110010 |
Color Harmonies of #1EFB05
Complementary color
Monochromatic Colors of #1EFB05
Black with #1EFB05
Text Example
Text Example
White with #1EFB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFB05; }
p { color: rgb(30,251,5); }
H1.HeaderClassName
{
color: #1EFB05;
}
.AnyTagClassName
{
color: #1EFB05;
}
</style>
background-color css
<style>
a { background-color: #1EFB05; }
a { background-color: rgb(30,251,5); }
div.DivClassName
{
background-color: #1EFB05;
}
.BgClassName
{
background-color: #1EFB05;
}
</style>
border-color css
<style>
span { border-color: #1EFB05; }
span { border-color: rgb(30,251,5); }
td.TdClassName
{
border-color: #1EFB05;
}
.TagClassName
{
border-color: #1EFB05;
}
</style>