Shades of Inch Worm #B2E01C
Tints of Inch Worm #B2E01C
RGB
CMYK
RGB Variations
Color information
#B2E01C (or 0xB2E01C) is known color: Inch Worm. HEX triplet: B2, E0 and 1C. RGB value is (178,224,28). Sum of RGB (Red+Green+Blue) = 178+224+28=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E01C is #4D1FE3. Grayscale: #BCBCBC. Windows color (decimal): -5054436 or 1892530. OLE color: 1892530.
HSL color Cylindrical-coordinate representation of color #B2E01C: hue angle of 74.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2E01C is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 28 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.12 |
| HSL | 74.08º | 0.78% | 0.49% | - |
| HSV(B) | 74.08º | 0.88% | 0.88% | - |
| XYZ | 45.23 | 62.86 | 10.85 | - |
| YUV | 187.9 | 37.76 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 28 | 0.21 | 0 | 0.88 | 0.12 | 74.08 | 0.78 | 0.49 |
| Hex | B2 | E0 | 1C | 15 | 0 | 58 | C | 4A | 4E | 31 |
| Octal | 262 | 340 | 34 | 25 | 0 | 130 | 14 | 112 | 116 | 61 |
| Binary | 10110010 | 11100000 | 11100 | 10101 | 0 | 1011000 | 1100 | 1001010 | 1001110 | 110001 |
Color Harmonies of #B2E01C
Complementary color
Monochromatic Colors of #B2E01C
Black with #B2E01C
Text Example
Text Example
White with #B2E01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E01C; }
p { color: rgb(178,224,28); }
H1.HeaderClassName
{
color: #B2E01C;
}
.AnyTagClassName
{
color: #B2E01C;
}
</style>
background-color css
<style>
a { background-color: #B2E01C; }
a { background-color: rgb(178,224,28); }
div.DivClassName
{
background-color: #B2E01C;
}
.BgClassName
{
background-color: #B2E01C;
}
</style>
border-color css
<style>
span { border-color: #B2E01C; }
span { border-color: rgb(178,224,28); }
td.TdClassName
{
border-color: #B2E01C;
}
.TagClassName
{
border-color: #B2E01C;
}
</style>