Shades of Free Speech Green #1CF02A
Tints of Free Speech Green #1CF02A
RGB
CMYK
RGB Variations
Color information
#1CF02A (or 0x1CF02A) is known color: Free Speech Green. HEX triplet: 1C, F0 and 2A. RGB value is (28,240,42). Sum of RGB (Red+Green+Blue) = 28+240+42=310 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.03% from 310); Green value is 240 (94.14% from 255 or 77.42% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF02A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF02A is #E30FD5. Grayscale: #9A9A9A. Windows color (decimal): -14880726 or 2813980. OLE color: 2813980.
HSL color Cylindrical-coordinate representation of color #1CF02A: hue angle of 123.96º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF02A is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 240 | 42 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.06 |
| HSL | 123.96º | 0.88% | 0.53% | - |
| HSV(B) | 123.96º | 0.88% | 0.94% | - |
| XYZ | 32.06 | 62.73 | 12.61 | - |
| YUV | 154.04 | 64.76 | 38.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 240 | 42 | 0.88 | 0 | 0.82 | 0.06 | 123.96 | 0.88 | 0.53 |
| Hex | 1C | F0 | 2A | 58 | 0 | 52 | 6 | 7C | 58 | 35 |
| Octal | 34 | 360 | 52 | 130 | 0 | 122 | 6 | 174 | 130 | 65 |
| Binary | 11100 | 11110000 | 101010 | 1011000 | 0 | 1010010 | 110 | 1111100 | 1011000 | 110101 |
Color Harmonies of #1CF02A
Complementary color
Monochromatic Colors of #1CF02A
Black with #1CF02A
Text Example
Text Example
White with #1CF02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF02A; }
p { color: rgb(28,240,42); }
H1.HeaderClassName
{
color: #1CF02A;
}
.AnyTagClassName
{
color: #1CF02A;
}
</style>
background-color css
<style>
a { background-color: #1CF02A; }
a { background-color: rgb(28,240,42); }
div.DivClassName
{
background-color: #1CF02A;
}
.BgClassName
{
background-color: #1CF02A;
}
</style>
border-color css
<style>
span { border-color: #1CF02A; }
span { border-color: rgb(28,240,42); }
td.TdClassName
{
border-color: #1CF02A;
}
.TagClassName
{
border-color: #1CF02A;
}
</style>