Shades of Free Speech Green #27FE21
Tints of Free Speech Green #27FE21
RGB
CMYK
RGB Variations
Color information
#27FE21 (or 0x27FE21) is known color: Free Speech Green. HEX triplet: 27, FE and 21. RGB value is (39,254,33). Sum of RGB (Red+Green+Blue) = 39+254+33=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 254 (99.61% from 255 or 77.91% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 254 - color contains mainly: green. Hex color #27FE21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FE21 is #D801DE. Grayscale: #A5A5A5. Windows color (decimal): -14156255 or 2227751. OLE color: 2227751.
HSL color Cylindrical-coordinate representation of color #27FE21: hue angle of 118.37º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #27FE21 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 254 | 33 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.00 |
| HSL | 118.37º | 0.99% | 0.56% | - |
| HSV(B) | 118.37º | 0.87% | 1% | - |
| XYZ | 36.55 | 71.42 | 13.3 | - |
| YUV | 164.52 | 53.77 | 38.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 254 | 33 | 0.85 | 0 | 0.87 | 0.00 | 118.37 | 0.99 | 0.56 |
| Hex | 27 | FE | 21 | 55 | 0 | 57 | 0 | 76 | 63 | 38 |
| Octal | 47 | 376 | 41 | 125 | 0 | 127 | 0 | 166 | 143 | 70 |
| Binary | 100111 | 11111110 | 100001 | 1010101 | 0 | 1010111 | 0 | 1110110 | 1100011 | 111000 |
Color Harmonies of #27FE21
Complementary color
Monochromatic Colors of #27FE21
Black with #27FE21
Text Example
Text Example
White with #27FE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FE21; }
p { color: rgb(39,254,33); }
H1.HeaderClassName
{
color: #27FE21;
}
.AnyTagClassName
{
color: #27FE21;
}
</style>
background-color css
<style>
a { background-color: #27FE21; }
a { background-color: rgb(39,254,33); }
div.DivClassName
{
background-color: #27FE21;
}
.BgClassName
{
background-color: #27FE21;
}
</style>
border-color css
<style>
span { border-color: #27FE21; }
span { border-color: rgb(39,254,33); }
td.TdClassName
{
border-color: #27FE21;
}
.TagClassName
{
border-color: #27FE21;
}
</style>