Shades of Free Speech Green #1EFC2D
Tints of Free Speech Green #1EFC2D
RGB
CMYK
RGB Variations
Color information
#1EFC2D (or 0x1EFC2D) is known color: Free Speech Green. HEX triplet: 1E, FC and 2D. RGB value is (30,252,45). Sum of RGB (Red+Green+Blue) = 30+252+45=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 252 (98.83% from 255 or 77.06% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFC2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFC2D is #E103D2. Grayscale: #A2A2A2. Windows color (decimal): -14746579 or 3013662. OLE color: 3013662.
HSL color Cylindrical-coordinate representation of color #1EFC2D: hue angle of 124.05º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFC2D is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 252 | 45 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.01 |
| HSL | 124.05º | 0.97% | 0.55% | - |
| HSV(B) | 124.05º | 0.88% | 0.99% | - |
| XYZ | 35.82 | 70.09 | 14.12 | - |
| YUV | 162.02 | 61.95 | 33.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 252 | 45 | 0.88 | 0 | 0.82 | 0.01 | 124.05 | 0.97 | 0.55 |
| Hex | 1E | FC | 2D | 58 | 0 | 52 | 1 | 7C | 61 | 37 |
| Octal | 36 | 374 | 55 | 130 | 0 | 122 | 1 | 174 | 141 | 67 |
| Binary | 11110 | 11111100 | 101101 | 1011000 | 0 | 1010010 | 1 | 1111100 | 1100001 | 110111 |
Color Harmonies of #1EFC2D
Complementary color
Monochromatic Colors of #1EFC2D
Black with #1EFC2D
Text Example
Text Example
White with #1EFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFC2D; }
p { color: rgb(30,252,45); }
H1.HeaderClassName
{
color: #1EFC2D;
}
.AnyTagClassName
{
color: #1EFC2D;
}
</style>
background-color css
<style>
a { background-color: #1EFC2D; }
a { background-color: rgb(30,252,45); }
div.DivClassName
{
background-color: #1EFC2D;
}
.BgClassName
{
background-color: #1EFC2D;
}
</style>
border-color css
<style>
span { border-color: #1EFC2D; }
span { border-color: rgb(30,252,45); }
td.TdClassName
{
border-color: #1EFC2D;
}
.TagClassName
{
border-color: #1EFC2D;
}
</style>