Shades of Islamic Green #1FBE02
Tints of Islamic Green #1FBE02
RGB
CMYK
RGB Variations
Color information
#1FBE02 (or 0x1FBE02) is known color: Islamic Green. HEX triplet: 1F, BE and 02. RGB value is (31,190,2). Sum of RGB (Red+Green+Blue) = 31+190+2=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 190 (74.61% from 255 or 85.20% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBE02 is #E041FD. Grayscale: #797979. Windows color (decimal): -14696958 or 179743. OLE color: 179743.
HSL color Cylindrical-coordinate representation of color #1FBE02: hue angle of 110.74º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FBE02 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 190 | 2 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.25 |
| HSL | 110.74º | 0.98% | 0.38% | - |
| HSV(B) | 110.74º | 0.99% | 0.75% | - |
| XYZ | 18.99 | 37.12 | 6.22 | - |
| YUV | 121.03 | 60.82 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 2 | 0.84 | 0 | 0.99 | 0.25 | 110.74 | 0.98 | 0.38 |
| Hex | 1F | BE | 2 | 54 | 0 | 63 | 19 | 6F | 62 | 26 |
| Octal | 37 | 276 | 2 | 124 | 0 | 143 | 31 | 157 | 142 | 46 |
| Binary | 11111 | 10111110 | 10 | 1010100 | 0 | 1100011 | 11001 | 1101111 | 1100010 | 100110 |
Color Harmonies of #1FBE02
Complementary color
Monochromatic Colors of #1FBE02
Black with #1FBE02
Text Example
Text Example
White with #1FBE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBE02; }
p { color: rgb(31,190,2); }
H1.HeaderClassName
{
color: #1FBE02;
}
.AnyTagClassName
{
color: #1FBE02;
}
</style>
background-color css
<style>
a { background-color: #1FBE02; }
a { background-color: rgb(31,190,2); }
div.DivClassName
{
background-color: #1FBE02;
}
.BgClassName
{
background-color: #1FBE02;
}
</style>
border-color css
<style>
span { border-color: #1FBE02; }
span { border-color: rgb(31,190,2); }
td.TdClassName
{
border-color: #1FBE02;
}
.TagClassName
{
border-color: #1FBE02;
}
</style>