Shades of Free Speech Green #1CFF36
Tints of Free Speech Green #1CFF36
RGB
CMYK
RGB Variations
Color information
#1CFF36 (or 0x1CFF36) is known color: Free Speech Green. HEX triplet: 1C, FF and 36. RGB value is (28,255,54). Sum of RGB (Red+Green+Blue) = 28+255+54=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 255 (100% from 255 or 75.67% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFF36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CFF36 is #E300C9. Grayscale: #A4A4A4. Windows color (decimal): -14876874 or 3604252. OLE color: 3604252.
HSL color Cylindrical-coordinate representation of color #1CFF36: hue angle of 126.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFF36 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 54 | - |
| CMYK | 0.89 | 0 | 0.79 | 0 |
| HSL | 126.87º | 1% | 0.55% | - |
| HSV(B) | 126.87º | 0.89% | 1% | - |
| XYZ | 36.9 | 72.03 | 15.45 | - |
| YUV | 164.21 | 65.79 | 30.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 54 | 0.89 | 0 | 0.79 | 0 | 126.87 | 1 | 0.55 |
| Hex | 1C | FF | 36 | 59 | 0 | 4F | 0 | 7F | 64 | 37 |
| Octal | 34 | 377 | 66 | 131 | 0 | 117 | 0 | 177 | 144 | 67 |
| Binary | 11100 | 11111111 | 110110 | 1011001 | 0 | 1001111 | 0 | 1111111 | 1100100 | 110111 |
Color Harmonies of #1CFF36
Complementary color
Monochromatic Colors of #1CFF36
Black with #1CFF36
Text Example
Text Example
White with #1CFF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFF36; }
p { color: rgb(28,255,54); }
H1.HeaderClassName
{
color: #1CFF36;
}
.AnyTagClassName
{
color: #1CFF36;
}
</style>
background-color css
<style>
a { background-color: #1CFF36; }
a { background-color: rgb(28,255,54); }
div.DivClassName
{
background-color: #1CFF36;
}
.BgClassName
{
background-color: #1CFF36;
}
</style>
border-color css
<style>
span { border-color: #1CFF36; }
span { border-color: rgb(28,255,54); }
td.TdClassName
{
border-color: #1CFF36;
}
.TagClassName
{
border-color: #1CFF36;
}
</style>