Shades of Chartreuse #8EF302
Tints of Chartreuse #8EF302
RGB
CMYK
RGB Variations
Color information
#8EF302 (or 0x8EF302) is known color: Chartreuse. HEX triplet: 8E, F3 and 02. RGB value is (142,243,2). Sum of RGB (Red+Green+Blue) = 142+243+2=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 243 (95.31% from 255 or 62.79% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 243 - color contains mainly: green. Hex color #8EF302 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EF302 is #710CFD. Grayscale: #BABABA. Windows color (decimal): -7408894 or 193422. OLE color: 193422.
HSL color Cylindrical-coordinate representation of color #8EF302: hue angle of 85.15º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8EF302 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 243 | 2 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.05 |
| HSL | 85.15º | 0.98% | 0.48% | - |
| HSV(B) | 85.15º | 0.99% | 0.95% | - |
| XYZ | 43.22 | 69.86 | 11.26 | - |
| YUV | 185.33 | 24.54 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 243 | 2 | 0.42 | 0 | 0.99 | 0.05 | 85.15 | 0.98 | 0.48 |
| Hex | 8E | F3 | 2 | 2A | 0 | 63 | 5 | 55 | 62 | 30 |
| Octal | 216 | 363 | 2 | 52 | 0 | 143 | 5 | 125 | 142 | 60 |
| Binary | 10001110 | 11110011 | 10 | 101010 | 0 | 1100011 | 101 | 1010101 | 1100010 | 110000 |
Color Harmonies of #8EF302
Complementary color
Monochromatic Colors of #8EF302
Black with #8EF302
Text Example
Text Example
White with #8EF302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF302; }
p { color: rgb(142,243,2); }
H1.HeaderClassName
{
color: #8EF302;
}
.AnyTagClassName
{
color: #8EF302;
}
</style>
background-color css
<style>
a { background-color: #8EF302; }
a { background-color: rgb(142,243,2); }
div.DivClassName
{
background-color: #8EF302;
}
.BgClassName
{
background-color: #8EF302;
}
</style>
border-color css
<style>
span { border-color: #8EF302; }
span { border-color: rgb(142,243,2); }
td.TdClassName
{
border-color: #8EF302;
}
.TagClassName
{
border-color: #8EF302;
}
</style>