Shades of Free Speech Green #1EF318
Tints of Free Speech Green #1EF318
RGB
CMYK
RGB Variations
Color information
#1EF318 (or 0x1EF318) is known color: Free Speech Green. HEX triplet: 1E, F3 and 18. RGB value is (30,243,24). Sum of RGB (Red+Green+Blue) = 30+243+24=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 243 (95.31% from 255 or 81.82% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 243 - color contains mainly: green. Hex color #1EF318 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF318 is #E10CE7. Grayscale: #9B9B9B. Windows color (decimal): -14748904 or 1635102. OLE color: 1635102.
HSL color Cylindrical-coordinate representation of color #1EF318: hue angle of 118.36º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EF318 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 243 | 24 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.05 |
| HSL | 118.36º | 0.9% | 0.52% | - |
| HSV(B) | 118.36º | 0.9% | 0.95% | - |
| XYZ | 32.75 | 64.44 | 11.58 | - |
| YUV | 154.35 | 54.43 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 243 | 24 | 0.88 | 0 | 0.90 | 0.05 | 118.36 | 0.9 | 0.52 |
| Hex | 1E | F3 | 18 | 58 | 0 | 5A | 5 | 76 | 5A | 34 |
| Octal | 36 | 363 | 30 | 130 | 0 | 132 | 5 | 166 | 132 | 64 |
| Binary | 11110 | 11110011 | 11000 | 1011000 | 0 | 1011010 | 101 | 1110110 | 1011010 | 110100 |
Color Harmonies of #1EF318
Complementary color
Monochromatic Colors of #1EF318
Black with #1EF318
Text Example
Text Example
White with #1EF318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF318; }
p { color: rgb(30,243,24); }
H1.HeaderClassName
{
color: #1EF318;
}
.AnyTagClassName
{
color: #1EF318;
}
</style>
background-color css
<style>
a { background-color: #1EF318; }
a { background-color: rgb(30,243,24); }
div.DivClassName
{
background-color: #1EF318;
}
.BgClassName
{
background-color: #1EF318;
}
</style>
border-color css
<style>
span { border-color: #1EF318; }
span { border-color: rgb(30,243,24); }
td.TdClassName
{
border-color: #1EF318;
}
.TagClassName
{
border-color: #1EF318;
}
</style>