Shades of Free Speech Green #03FE30
Tints of Free Speech Green #03FE30
RGB
CMYK
RGB Variations
Color information
#03FE30 (or 0x03FE30) is known color: Free Speech Green. HEX triplet: 03, FE and 30. RGB value is (3,254,48). Sum of RGB (Red+Green+Blue) = 3+254+48=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 254 (99.61% from 255 or 83.28% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FE30 is #FC01CF. Grayscale: #9C9C9C. Windows color (decimal): -16515536 or 3210755. OLE color: 3210755.
HSL color Cylindrical-coordinate representation of color #03FE30: hue angle of 130.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FE30 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 48 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.00 |
| HSL | 130.76º | 0.99% | 0.5% | - |
| HSV(B) | 130.76º | 0.99% | 1% | - |
| XYZ | 36.01 | 71.12 | 14.63 | - |
| YUV | 155.47 | 67.34 | 19.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 48 | 0.99 | 0 | 0.81 | 0.00 | 130.76 | 0.99 | 0.5 |
| Hex | 3 | FE | 30 | 63 | 0 | 51 | 0 | 83 | 63 | 32 |
| Octal | 3 | 376 | 60 | 143 | 0 | 121 | 0 | 203 | 143 | 62 |
| Binary | 11 | 11111110 | 110000 | 1100011 | 0 | 1010001 | 0 | 10000011 | 1100011 | 110010 |
Color Harmonies of #03FE30
Complementary color
Monochromatic Colors of #03FE30
Black with #03FE30
Text Example
Text Example
White with #03FE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE30; }
p { color: rgb(3,254,48); }
H1.HeaderClassName
{
color: #03FE30;
}
.AnyTagClassName
{
color: #03FE30;
}
</style>
background-color css
<style>
a { background-color: #03FE30; }
a { background-color: rgb(3,254,48); }
div.DivClassName
{
background-color: #03FE30;
}
.BgClassName
{
background-color: #03FE30;
}
</style>
border-color css
<style>
span { border-color: #03FE30; }
span { border-color: rgb(3,254,48); }
td.TdClassName
{
border-color: #03FE30;
}
.TagClassName
{
border-color: #03FE30;
}
</style>