Shades of Free Speech Green #1CF531
Tints of Free Speech Green #1CF531
RGB
CMYK
RGB Variations
Color information
#1CF531 (or 0x1CF531) is known color: Free Speech Green. HEX triplet: 1C, F5 and 31. RGB value is (28,245,49). Sum of RGB (Red+Green+Blue) = 28+245+49=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 245 (96.09% from 255 or 76.09% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 245 - color contains mainly: green. Hex color #1CF531 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF531 is #E30ACE. Grayscale: #9E9E9E. Windows color (decimal): -14879439 or 3274012. OLE color: 3274012.
HSL color Cylindrical-coordinate representation of color #1CF531: hue angle of 125.81º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF531 is Cyan = 0.89, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 245 | 49 | - |
| CMYK | 0.89 | 0 | 0.8 | 0.04 |
| HSL | 125.81º | 0.92% | 0.54% | - |
| HSV(B) | 125.81º | 0.89% | 0.96% | - |
| XYZ | 33.69 | 65.77 | 13.83 | - |
| YUV | 157.77 | 66.61 | 35.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 245 | 49 | 0.89 | 0 | 0.8 | 0.04 | 125.81 | 0.92 | 0.54 |
| Hex | 1C | F5 | 31 | 59 | 0 | 50 | 4 | 7E | 5C | 36 |
| Octal | 34 | 365 | 61 | 131 | 0 | 120 | 4 | 176 | 134 | 66 |
| Binary | 11100 | 11110101 | 110001 | 1011001 | 0 | 1010000 | 100 | 1111110 | 1011100 | 110110 |
Color Harmonies of #1CF531
Complementary color
Monochromatic Colors of #1CF531
Black with #1CF531
Text Example
Text Example
White with #1CF531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF531; }
p { color: rgb(28,245,49); }
H1.HeaderClassName
{
color: #1CF531;
}
.AnyTagClassName
{
color: #1CF531;
}
</style>
background-color css
<style>
a { background-color: #1CF531; }
a { background-color: rgb(28,245,49); }
div.DivClassName
{
background-color: #1CF531;
}
.BgClassName
{
background-color: #1CF531;
}
</style>
border-color css
<style>
span { border-color: #1CF531; }
span { border-color: rgb(28,245,49); }
td.TdClassName
{
border-color: #1CF531;
}
.TagClassName
{
border-color: #1CF531;
}
</style>