Shades of Free Speech Green #30FF2F
Tints of Free Speech Green #30FF2F
RGB
CMYK
RGB Variations
Color information
#30FF2F (or 0x30FF2F) is known color: Free Speech Green. HEX triplet: 30, FF and 2F. RGB value is (48,255,47). Sum of RGB (Red+Green+Blue) = 48+255+47=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 255 (100% from 255 or 72.86% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FF2F is #CF00D0. Grayscale: #AAAAAA. Windows color (decimal): -13566161 or 3145520. OLE color: 3145520.
HSL color Cylindrical-coordinate representation of color #30FF2F: hue angle of 119.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30FF2F is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 47 | - |
| CMYK | 0.81 | 0 | 0.82 | 0 |
| HSL | 119.71º | 1% | 0.59% | - |
| HSV(B) | 119.71º | 0.82% | 1% | - |
| XYZ | 37.49 | 72.35 | 14.68 | - |
| YUV | 169.4 | 58.92 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 47 | 0.81 | 0 | 0.82 | 0 | 119.71 | 1 | 0.59 |
| Hex | 30 | FF | 2F | 51 | 0 | 52 | 0 | 78 | 64 | 3B |
| Octal | 60 | 377 | 57 | 121 | 0 | 122 | 0 | 170 | 144 | 73 |
| Binary | 110000 | 11111111 | 101111 | 1010001 | 0 | 1010010 | 0 | 1111000 | 1100100 | 111011 |
Color Harmonies of #30FF2F
Complementary color
Monochromatic Colors of #30FF2F
Black with #30FF2F
Text Example
Text Example
White with #30FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FF2F; }
p { color: rgb(48,255,47); }
H1.HeaderClassName
{
color: #30FF2F;
}
.AnyTagClassName
{
color: #30FF2F;
}
</style>
background-color css
<style>
a { background-color: #30FF2F; }
a { background-color: rgb(48,255,47); }
div.DivClassName
{
background-color: #30FF2F;
}
.BgClassName
{
background-color: #30FF2F;
}
</style>
border-color css
<style>
span { border-color: #30FF2F; }
span { border-color: rgb(48,255,47); }
td.TdClassName
{
border-color: #30FF2F;
}
.TagClassName
{
border-color: #30FF2F;
}
</style>