Shades of Free Speech Green #1EFB02
Tints of Free Speech Green #1EFB02
RGB
CMYK
RGB Variations
Color information
#1EFB02 (or 0x1EFB02) is known color: Free Speech Green. HEX triplet: 1E, FB and 02. RGB value is (30,251,2). Sum of RGB (Red+Green+Blue) = 30+251+2=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 251 (98.44% from 255 or 88.69% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 251 - color contains mainly: green. Hex color #1EFB02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFB02 is #E104FD. Grayscale: #9D9D9D. Windows color (decimal): -14746878 or 195358. OLE color: 195358.
HSL color Cylindrical-coordinate representation of color #1EFB02: hue angle of 113.25º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1EFB02 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 251 | 2 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.02 |
| HSL | 113.25º | 0.98% | 0.5% | - |
| HSV(B) | 113.25º | 0.99% | 0.98% | - |
| XYZ | 35.04 | 69.27 | 11.58 | - |
| YUV | 156.54 | 40.78 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 251 | 2 | 0.88 | 0 | 0.99 | 0.02 | 113.25 | 0.98 | 0.5 |
| Hex | 1E | FB | 2 | 58 | 0 | 63 | 2 | 71 | 62 | 32 |
| Octal | 36 | 373 | 2 | 130 | 0 | 143 | 2 | 161 | 142 | 62 |
| Binary | 11110 | 11111011 | 10 | 1011000 | 0 | 1100011 | 10 | 1110001 | 1100010 | 110010 |
Color Harmonies of #1EFB02
Complementary color
Monochromatic Colors of #1EFB02
Black with #1EFB02
Text Example
Text Example
White with #1EFB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFB02; }
p { color: rgb(30,251,2); }
H1.HeaderClassName
{
color: #1EFB02;
}
.AnyTagClassName
{
color: #1EFB02;
}
</style>
background-color css
<style>
a { background-color: #1EFB02; }
a { background-color: rgb(30,251,2); }
div.DivClassName
{
background-color: #1EFB02;
}
.BgClassName
{
background-color: #1EFB02;
}
</style>
border-color css
<style>
span { border-color: #1EFB02; }
span { border-color: rgb(30,251,2); }
td.TdClassName
{
border-color: #1EFB02;
}
.TagClassName
{
border-color: #1EFB02;
}
</style>