Shades of Free Speech Green #1CFA2F
Tints of Free Speech Green #1CFA2F
RGB
CMYK
RGB Variations
Color information
#1CFA2F (or 0x1CFA2F) is known color: Free Speech Green. HEX triplet: 1C, FA and 2F. RGB value is (28,250,47). Sum of RGB (Red+Green+Blue) = 28+250+47=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 250 (98.05% from 255 or 76.92% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFA2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CFA2F is #E305D0. Grayscale: #A1A1A1. Windows color (decimal): -14878161 or 3144220. OLE color: 3144220.
HSL color Cylindrical-coordinate representation of color #1CFA2F: hue angle of 125.14º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFA2F is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 250 | 47 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.02 |
| HSL | 125.14º | 0.96% | 0.55% | - |
| HSV(B) | 125.14º | 0.89% | 0.98% | - |
| XYZ | 35.18 | 68.82 | 14.12 | - |
| YUV | 160.48 | 63.95 | 33.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 250 | 47 | 0.89 | 0 | 0.81 | 0.02 | 125.14 | 0.96 | 0.55 |
| Hex | 1C | FA | 2F | 59 | 0 | 51 | 2 | 7D | 60 | 37 |
| Octal | 34 | 372 | 57 | 131 | 0 | 121 | 2 | 175 | 140 | 67 |
| Binary | 11100 | 11111010 | 101111 | 1011001 | 0 | 1010001 | 10 | 1111101 | 1100000 | 110111 |
Color Harmonies of #1CFA2F
Complementary color
Monochromatic Colors of #1CFA2F
Black with #1CFA2F
Text Example
Text Example
White with #1CFA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFA2F; }
p { color: rgb(28,250,47); }
H1.HeaderClassName
{
color: #1CFA2F;
}
.AnyTagClassName
{
color: #1CFA2F;
}
</style>
background-color css
<style>
a { background-color: #1CFA2F; }
a { background-color: rgb(28,250,47); }
div.DivClassName
{
background-color: #1CFA2F;
}
.BgClassName
{
background-color: #1CFA2F;
}
</style>
border-color css
<style>
span { border-color: #1CFA2F; }
span { border-color: rgb(28,250,47); }
td.TdClassName
{
border-color: #1CFA2F;
}
.TagClassName
{
border-color: #1CFA2F;
}
</style>