Shades of Free Speech Green #30FF29
Tints of Free Speech Green #30FF29
RGB
CMYK
RGB Variations
Color information
#30FF29 (or 0x30FF29) is known color: Free Speech Green. HEX triplet: 30, FF and 29. RGB value is (48,255,41). Sum of RGB (Red+Green+Blue) = 48+255+41=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 255 (100% from 255 or 74.13% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FF29 is #CF00D6. Grayscale: #A9A9A9. Windows color (decimal): -13566167 or 2752304. OLE color: 2752304.
HSL color Cylindrical-coordinate representation of color #30FF29: hue angle of 118.04º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30FF29 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 41 | - |
| CMYK | 0.81 | 0 | 0.84 | 0 |
| HSL | 118.04º | 1% | 0.58% | - |
| HSV(B) | 118.04º | 0.84% | 1% | - |
| XYZ | 37.38 | 72.31 | 14.08 | - |
| YUV | 168.71 | 55.92 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 41 | 0.81 | 0 | 0.84 | 0 | 118.04 | 1 | 0.58 |
| Hex | 30 | FF | 29 | 51 | 0 | 54 | 0 | 76 | 64 | 3A |
| Octal | 60 | 377 | 51 | 121 | 0 | 124 | 0 | 166 | 144 | 72 |
| Binary | 110000 | 11111111 | 101001 | 1010001 | 0 | 1010100 | 0 | 1110110 | 1100100 | 111010 |
Color Harmonies of #30FF29
Complementary color
Monochromatic Colors of #30FF29
Black with #30FF29
Text Example
Text Example
White with #30FF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FF29; }
p { color: rgb(48,255,41); }
H1.HeaderClassName
{
color: #30FF29;
}
.AnyTagClassName
{
color: #30FF29;
}
</style>
background-color css
<style>
a { background-color: #30FF29; }
a { background-color: rgb(48,255,41); }
div.DivClassName
{
background-color: #30FF29;
}
.BgClassName
{
background-color: #30FF29;
}
</style>
border-color css
<style>
span { border-color: #30FF29; }
span { border-color: rgb(48,255,41); }
td.TdClassName
{
border-color: #30FF29;
}
.TagClassName
{
border-color: #30FF29;
}
</style>