Shades of Free Speech Green #1EFF2F
Tints of Free Speech Green #1EFF2F
RGB
CMYK
RGB Variations
Color information
#1EFF2F (or 0x1EFF2F) is known color: Free Speech Green. HEX triplet: 1E, FF and 2F. RGB value is (30,255,47). Sum of RGB (Red+Green+Blue) = 30+255+47=332 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.04% from 332); Green value is 255 (100% from 255 or 76.81% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFF2F is #E100D0. Grayscale: #A4A4A4. Windows color (decimal): -14745809 or 3145502. OLE color: 3145502.
HSL color Cylindrical-coordinate representation of color #1EFF2F: hue angle of 124.53º 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 #1EFF2F is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 47 | - |
| CMYK | 0.88 | 0 | 0.82 | 0 |
| HSL | 124.53º | 1% | 0.56% | - |
| HSV(B) | 124.53º | 0.88% | 1% | - |
| XYZ | 36.81 | 72 | 14.65 | - |
| YUV | 164.01 | 61.96 | 32.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 47 | 0.88 | 0 | 0.82 | 0 | 124.53 | 1 | 0.56 |
| Hex | 1E | FF | 2F | 58 | 0 | 52 | 0 | 7D | 64 | 38 |
| Octal | 36 | 377 | 57 | 130 | 0 | 122 | 0 | 175 | 144 | 70 |
| Binary | 11110 | 11111111 | 101111 | 1011000 | 0 | 1010010 | 0 | 1111101 | 1100100 | 111000 |
Color Harmonies of #1EFF2F
Complementary color
Monochromatic Colors of #1EFF2F
Black with #1EFF2F
Text Example
Text Example
White with #1EFF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFF2F; }
p { color: rgb(30,255,47); }
H1.HeaderClassName
{
color: #1EFF2F;
}
.AnyTagClassName
{
color: #1EFF2F;
}
</style>
background-color css
<style>
a { background-color: #1EFF2F; }
a { background-color: rgb(30,255,47); }
div.DivClassName
{
background-color: #1EFF2F;
}
.BgClassName
{
background-color: #1EFF2F;
}
</style>
border-color css
<style>
span { border-color: #1EFF2F; }
span { border-color: rgb(30,255,47); }
td.TdClassName
{
border-color: #1EFF2F;
}
.TagClassName
{
border-color: #1EFF2F;
}
</style>