Shades of Free Speech Green #02FD1D
Tints of Free Speech Green #02FD1D
RGB
CMYK
RGB Variations
Color information
#02FD1D (or 0x02FD1D) is known color: Free Speech Green. HEX triplet: 02, FD and 1D. RGB value is (2,253,29). Sum of RGB (Red+Green+Blue) = 2+253+29=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 253 (99.22% from 255 or 89.08% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 253 - color contains mainly: green. Hex color #02FD1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FD1D is #FD02E2. Grayscale: #999999. Windows color (decimal): -16581347 or 1965314. OLE color: 1965314.
HSL color Cylindrical-coordinate representation of color #02FD1D: hue angle of 126.45º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FD1D is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
RGB | 2 | 253 | 29 | - |
CMYK | 0.99 | 0 | 0.89 | 0.01 |
HSL | 126.45º | 0.98% | 0.5% | - |
HSV(B) | 126.45º | 0.99% | 0.99% | - |
XYZ | 35.37 | 70.35 | 12.88 | - |
YUV | 152.42 | 58.34 | 20.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 253 | 29 | 0.99 | 0 | 0.89 | 0.01 | 126.45 | 0.98 | 0.5 |
Hex | 2 | FD | 1D | 63 | 0 | 59 | 1 | 7E | 62 | 32 |
Octal | 2 | 375 | 35 | 143 | 0 | 131 | 1 | 176 | 142 | 62 |
Binary | 10 | 11111101 | 11101 | 1100011 | 0 | 1011001 | 1 | 1111110 | 1100010 | 110010 |
Color Harmonies of #02FD1D
Complementary color
Monochromatic Colors of #02FD1D
Black with #02FD1D
Text Example
Text Example
White with #02FD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FD1D; }
p { color: rgb(2,253,29); }
H1.HeaderClassName
{
color: #02FD1D;
}
.AnyTagClassName
{
color: #02FD1D;
}
</style>
background-color css
<style>
a { background-color: #02FD1D; }
a { background-color: rgb(2,253,29); }
div.DivClassName
{
background-color: #02FD1D;
}
.BgClassName
{
background-color: #02FD1D;
}
</style>
border-color css
<style>
span { border-color: #02FD1D; }
span { border-color: rgb(2,253,29); }
td.TdClassName
{
border-color: #02FD1D;
}
.TagClassName
{
border-color: #02FD1D;
}
</style>