Shades of Pear #E2FE2E
Tints of Pear #E2FE2E
RGB
CMYK
RGB Variations
Color information
#E2FE2E (or 0xE2FE2E) is known color: Pear. HEX triplet: E2, FE and 2E. RGB value is (226,254,46). Sum of RGB (Red+Green+Blue) = 226+254+46=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 46 (18.36% from 255 or 8.75% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FE2E is #1D01D1. Grayscale: #DEDEDE. Windows color (decimal): -1901010 or 3079906. OLE color: 3079906.
HSL color Cylindrical-coordinate representation of color #E2FE2E: hue angle of 68.08º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2FE2E is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 46 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.00 |
| HSL | 68.08º | 0.99% | 0.59% | - |
| HSV(B) | 68.08º | 0.82% | 1% | - |
| XYZ | 67.3 | 87.25 | 15.88 | - |
| YUV | 221.92 | 28.72 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 46 | 0.11 | 0 | 0.82 | 0.00 | 68.08 | 0.99 | 0.59 |
| Hex | E2 | FE | 2E | B | 0 | 52 | 0 | 44 | 63 | 3B |
| Octal | 342 | 376 | 56 | 13 | 0 | 122 | 0 | 104 | 143 | 73 |
| Binary | 11100010 | 11111110 | 101110 | 1011 | 0 | 1010010 | 0 | 1000100 | 1100011 | 111011 |
Color Harmonies of #E2FE2E
Complementary color
Monochromatic Colors of #E2FE2E
Black with #E2FE2E
Text Example
Text Example
White with #E2FE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FE2E; }
p { color: rgb(226,254,46); }
H1.HeaderClassName
{
color: #E2FE2E;
}
.AnyTagClassName
{
color: #E2FE2E;
}
</style>
background-color css
<style>
a { background-color: #E2FE2E; }
a { background-color: rgb(226,254,46); }
div.DivClassName
{
background-color: #E2FE2E;
}
.BgClassName
{
background-color: #E2FE2E;
}
</style>
border-color css
<style>
span { border-color: #E2FE2E; }
span { border-color: rgb(226,254,46); }
td.TdClassName
{
border-color: #E2FE2E;
}
.TagClassName
{
border-color: #E2FE2E;
}
</style>