Shades of Free Speech Green #1CE61F
Tints of Free Speech Green #1CE61F
RGB
CMYK
RGB Variations
Color information
#1CE61F (or 0x1CE61F) is known color: Free Speech Green. HEX triplet: 1C, E6 and 1F. RGB value is (28,230,31). Sum of RGB (Red+Green+Blue) = 28+230+31=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 230 (90.23% from 255 or 79.58% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 230 - color contains mainly: green. Hex color #1CE61F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CE61F is #E319E0. Grayscale: #939393. Windows color (decimal): -14883297 or 2090524. OLE color: 2090524.
HSL color Cylindrical-coordinate representation of color #1CE61F: hue angle of 120.89º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE61F is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 230 | 31 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.10 |
| HSL | 120.89º | 0.8% | 0.51% | - |
| HSV(B) | 120.89º | 0.88% | 0.9% | - |
| XYZ | 29.02 | 56.94 | 10.76 | - |
| YUV | 146.92 | 62.58 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 230 | 31 | 0.88 | 0 | 0.87 | 0.10 | 120.89 | 0.8 | 0.51 |
| Hex | 1C | E6 | 1F | 58 | 0 | 57 | A | 79 | 50 | 33 |
| Octal | 34 | 346 | 37 | 130 | 0 | 127 | 12 | 171 | 120 | 63 |
| Binary | 11100 | 11100110 | 11111 | 1011000 | 0 | 1010111 | 1010 | 1111001 | 1010000 | 110011 |
Color Harmonies of #1CE61F
Complementary color
Monochromatic Colors of #1CE61F
Black with #1CE61F
Text Example
Text Example
White with #1CE61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE61F; }
p { color: rgb(28,230,31); }
H1.HeaderClassName
{
color: #1CE61F;
}
.AnyTagClassName
{
color: #1CE61F;
}
</style>
background-color css
<style>
a { background-color: #1CE61F; }
a { background-color: rgb(28,230,31); }
div.DivClassName
{
background-color: #1CE61F;
}
.BgClassName
{
background-color: #1CE61F;
}
</style>
border-color css
<style>
span { border-color: #1CE61F; }
span { border-color: rgb(28,230,31); }
td.TdClassName
{
border-color: #1CE61F;
}
.TagClassName
{
border-color: #1CE61F;
}
</style>