Shades of Free Speech Green #1EFF2D
Tints of Free Speech Green #1EFF2D
RGB
CMYK
RGB Variations
Color information
#1EFF2D (or 0x1EFF2D) is known color: Free Speech Green. HEX triplet: 1E, FF and 2D. RGB value is (30,255,45). Sum of RGB (Red+Green+Blue) = 30+255+45=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 255 (100% from 255 or 77.27% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFF2D is #E100D2. Grayscale: #A4A4A4. Windows color (decimal): -14745811 or 3014430. OLE color: 3014430.
HSL color Cylindrical-coordinate representation of color #1EFF2D: hue angle of 124º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFF2D is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 45 | - |
| CMYK | 0.88 | 0 | 0.82 | 0 |
| HSL | 124º | 1% | 0.56% | - |
| HSV(B) | 124º | 0.88% | 1% | - |
| XYZ | 36.77 | 71.99 | 14.44 | - |
| YUV | 163.79 | 60.96 | 32.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 45 | 0.88 | 0 | 0.82 | 0 | 124 | 1 | 0.56 |
| Hex | 1E | FF | 2D | 58 | 0 | 52 | 0 | 7C | 64 | 38 |
| Octal | 36 | 377 | 55 | 130 | 0 | 122 | 0 | 174 | 144 | 70 |
| Binary | 11110 | 11111111 | 101101 | 1011000 | 0 | 1010010 | 0 | 1111100 | 1100100 | 111000 |
Color Harmonies of #1EFF2D
Complementary color
Monochromatic Colors of #1EFF2D
Black with #1EFF2D
Text Example
Text Example
White with #1EFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFF2D; }
p { color: rgb(30,255,45); }
H1.HeaderClassName
{
color: #1EFF2D;
}
.AnyTagClassName
{
color: #1EFF2D;
}
</style>
background-color css
<style>
a { background-color: #1EFF2D; }
a { background-color: rgb(30,255,45); }
div.DivClassName
{
background-color: #1EFF2D;
}
.BgClassName
{
background-color: #1EFF2D;
}
</style>
border-color css
<style>
span { border-color: #1EFF2D; }
span { border-color: rgb(30,255,45); }
td.TdClassName
{
border-color: #1EFF2D;
}
.TagClassName
{
border-color: #1EFF2D;
}
</style>