Html Css Color HEX #8EF30F Chartreuse

📋 copy color: '#8EF30F'

red 142 ◦ green 243 ◦ blue 15

#8EF30F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse #8EF30F

Tints of Chartreuse #8EF30F

RGB

 RED value IS 142 (55.86% from 255) = 35.5%

 GREEN value IS 243 (95.31% from 255) = 60.75%

 BLUE value IS 15 (6.25% from 255) = 3.75%

R = 35.5%
G = 60.75%
B = 3.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8EF30F (or 0x8EF30F) is known color: Chartreuse. HEX triplet: 8E, F3 and 0F. RGB value is (142,243,15). Sum of RGB (Red+Green+Blue) = 142+243+15=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 243 (95.31% from 255 or 60.75% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 243 - color contains mainly: green. Hex color #8EF30F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EF30F is #710CF0. Grayscale: #BBBBBB. Windows color (decimal): -7408881 or 1045390. OLE color: 1045390.

HSL color Cylindrical-coordinate representation of color #8EF30F: hue angle of 86.58º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8EF30F is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 243 15 -
CMYK 0.42 0 0.94 0.05
HSL 86.58º 0.9% 0.51% -
HSV(B) 86.58º 0.94% 0.95% -
XYZ 43.29 69.89 11.66 -
YUV 186.81 31.04 96.04 -
System Red Green Blue C M Y K H S L
Decimal 142 243 15 0.42 0 0.94 0.05 86.58 0.9 0.51
Hex 8E F3 F 2A 0 5E 5 57 5A 33
Octal 216 363 17 52 0 136 5 127 132 63
Binary 10001110 11110011 1111 101010 0 1011110 101 1010111 1011010 110011

Color Harmonies of #8EF30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF30F

Black with #8EF30F

Text Example


Text Example

White with #8EF30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8EF30F; }

 p { color: rgb(142,243,15); }

 H1.HeaderClassName
 {
   color: #8EF30F;
 }
 .AnyTagClassName
 {
   color: #8EF30F;
 }
</style>

background-color css

<style>
 a { background-color: #8EF30F; }

 a { background-color: rgb(142,243,15); }

 div.DivClassName
 {
   background-color: #8EF30F;
 }
 .BgClassName
 {
   background-color: #8EF30F;
 }
</style>

border-color css

<style>
 span { border-color: #8EF30F; }

 span { border-color: rgb(142,243,15); }

 td.TdClassName
 {
   border-color: #8EF30F;
 }
 .TagClassName
 {
   border-color: #8EF30F;
 }
</style>