Shades of Free Speech Green #1EFD1B
Tints of Free Speech Green #1EFD1B
RGB
CMYK
RGB Variations
Color information
#1EFD1B (or 0x1EFD1B) is known color: Free Speech Green. HEX triplet: 1E, FD and 1B. RGB value is (30,253,27). Sum of RGB (Red+Green+Blue) = 30+253+27=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 253 (99.22% from 255 or 81.61% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFD1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFD1B is #E102E4. Grayscale: #A1A1A1. Windows color (decimal): -14746341 or 1834270. OLE color: 1834270.
HSL color Cylindrical-coordinate representation of color #1EFD1B: hue angle of 119.2º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EFD1B is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 253 | 27 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.01 |
| HSL | 119.2º | 0.98% | 0.55% | - |
| HSV(B) | 119.2º | 0.89% | 0.99% | - |
| XYZ | 35.86 | 70.61 | 12.78 | - |
| YUV | 160.56 | 52.62 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 253 | 27 | 0.88 | 0 | 0.89 | 0.01 | 119.2 | 0.98 | 0.55 |
| Hex | 1E | FD | 1B | 58 | 0 | 59 | 1 | 77 | 62 | 37 |
| Octal | 36 | 375 | 33 | 130 | 0 | 131 | 1 | 167 | 142 | 67 |
| Binary | 11110 | 11111101 | 11011 | 1011000 | 0 | 1011001 | 1 | 1110111 | 1100010 | 110111 |
Color Harmonies of #1EFD1B
Complementary color
Monochromatic Colors of #1EFD1B
Black with #1EFD1B
Text Example
Text Example
White with #1EFD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFD1B; }
p { color: rgb(30,253,27); }
H1.HeaderClassName
{
color: #1EFD1B;
}
.AnyTagClassName
{
color: #1EFD1B;
}
</style>
background-color css
<style>
a { background-color: #1EFD1B; }
a { background-color: rgb(30,253,27); }
div.DivClassName
{
background-color: #1EFD1B;
}
.BgClassName
{
background-color: #1EFD1B;
}
</style>
border-color css
<style>
span { border-color: #1EFD1B; }
span { border-color: rgb(30,253,27); }
td.TdClassName
{
border-color: #1EFD1B;
}
.TagClassName
{
border-color: #1EFD1B;
}
</style>