Shades of Free Speech Green #1CF20F
Tints of Free Speech Green #1CF20F
RGB
CMYK
RGB Variations
Color information
#1CF20F (or 0x1CF20F) is known color: Free Speech Green. HEX triplet: 1C, F2 and 0F. RGB value is (28,242,15). Sum of RGB (Red+Green+Blue) = 28+242+15=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 242 (94.92% from 255 or 84.91% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF20F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CF20F is #E30DF0. Grayscale: #989898. Windows color (decimal): -14880241 or 1045020. OLE color: 1045020.
HSL color Cylindrical-coordinate representation of color #1CF20F: hue angle of 116.56º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CF20F is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 242 | 15 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.05 |
| HSL | 116.56º | 0.9% | 0.5% | - |
| HSV(B) | 116.56º | 0.94% | 0.95% | - |
| XYZ | 32.32 | 63.79 | 11.06 | - |
| YUV | 152.14 | 50.6 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 242 | 15 | 0.88 | 0 | 0.94 | 0.05 | 116.56 | 0.9 | 0.5 |
| Hex | 1C | F2 | F | 58 | 0 | 5E | 5 | 75 | 5A | 32 |
| Octal | 34 | 362 | 17 | 130 | 0 | 136 | 5 | 165 | 132 | 62 |
| Binary | 11100 | 11110010 | 1111 | 1011000 | 0 | 1011110 | 101 | 1110101 | 1011010 | 110010 |
Color Harmonies of #1CF20F
Complementary color
Monochromatic Colors of #1CF20F
Black with #1CF20F
Text Example
Text Example
White with #1CF20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF20F; }
p { color: rgb(28,242,15); }
H1.HeaderClassName
{
color: #1CF20F;
}
.AnyTagClassName
{
color: #1CF20F;
}
</style>
background-color css
<style>
a { background-color: #1CF20F; }
a { background-color: rgb(28,242,15); }
div.DivClassName
{
background-color: #1CF20F;
}
.BgClassName
{
background-color: #1CF20F;
}
</style>
border-color css
<style>
span { border-color: #1CF20F; }
span { border-color: rgb(28,242,15); }
td.TdClassName
{
border-color: #1CF20F;
}
.TagClassName
{
border-color: #1CF20F;
}
</style>