Shades of Free Speech Green #1CFF2B
Tints of Free Speech Green #1CFF2B
RGB
CMYK
RGB Variations
Color information
#1CFF2B (or 0x1CFF2B) is known color: Free Speech Green. HEX triplet: 1C, FF and 2B. RGB value is (28,255,43). Sum of RGB (Red+Green+Blue) = 28+255+43=326 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.59% from 326); Green value is 255 (100% from 255 or 78.22% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFF2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CFF2B is #E300D4. Grayscale: #A3A3A3. Windows color (decimal): -14876885 or 2883356. OLE color: 2883356.
HSL color Cylindrical-coordinate representation of color #1CFF2B: hue angle of 123.96º 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 #1CFF2B is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 43 | - |
| CMYK | 0.89 | 0 | 0.83 | 0 |
| HSL | 123.96º | 1% | 0.55% | - |
| HSV(B) | 123.96º | 0.89% | 1% | - |
| XYZ | 36.67 | 71.94 | 14.24 | - |
| YUV | 162.96 | 60.29 | 31.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 43 | 0.89 | 0 | 0.83 | 0 | 123.96 | 1 | 0.55 |
| Hex | 1C | FF | 2B | 59 | 0 | 53 | 0 | 7C | 64 | 37 |
| Octal | 34 | 377 | 53 | 131 | 0 | 123 | 0 | 174 | 144 | 67 |
| Binary | 11100 | 11111111 | 101011 | 1011001 | 0 | 1010011 | 0 | 1111100 | 1100100 | 110111 |
Color Harmonies of #1CFF2B
Complementary color
Monochromatic Colors of #1CFF2B
Black with #1CFF2B
Text Example
Text Example
White with #1CFF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFF2B; }
p { color: rgb(28,255,43); }
H1.HeaderClassName
{
color: #1CFF2B;
}
.AnyTagClassName
{
color: #1CFF2B;
}
</style>
background-color css
<style>
a { background-color: #1CFF2B; }
a { background-color: rgb(28,255,43); }
div.DivClassName
{
background-color: #1CFF2B;
}
.BgClassName
{
background-color: #1CFF2B;
}
</style>
border-color css
<style>
span { border-color: #1CFF2B; }
span { border-color: rgb(28,255,43); }
td.TdClassName
{
border-color: #1CFF2B;
}
.TagClassName
{
border-color: #1CFF2B;
}
</style>