Html Css Color HEX #8EFA1B Chartreuse

📋 copy color: '#8EFA1B'

red 142 ◦ green 250 ◦ blue 27

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

Shades of Chartreuse #8EFA1B

Tints of Chartreuse #8EFA1B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 59.67%

 BLUE value IS 27 (10.94% from 255) = 6.44%

R = 33.89%
G = 59.67%
B = 6.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#8EFA1B (or 0x8EFA1B) is known color: Chartreuse. HEX triplet: 8E, FA and 1B. RGB value is (142,250,27). Sum of RGB (Red+Green+Blue) = 142+250+27=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 250 (98.05% from 255 or 59.67% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFA1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EFA1B is #7105E4. Grayscale: #C1C1C1. Windows color (decimal): -7407077 or 1833614. OLE color: 1833614.

HSL color Cylindrical-coordinate representation of color #8EFA1B: hue angle of 89.06º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8EFA1B is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 250 27 -
CMYK 0.43 0 0.89 0.02
HSL 89.06º 0.96% 0.54% -
HSV(B) 89.06º 0.89% 0.98% -
XYZ 45.54 74.2 12.96 -
YUV 192.29 34.72 92.13 -
System Red Green Blue C M Y K H S L
Decimal 142 250 27 0.43 0 0.89 0.02 89.06 0.96 0.54
Hex 8E FA 1B 2B 0 59 2 59 60 36
Octal 216 372 33 53 0 131 2 131 140 66
Binary 10001110 11111010 11011 101011 0 1011001 10 1011001 1100000 110110

Color Harmonies of #8EFA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFA1B

Black with #8EFA1B

Text Example


Text Example

White with #8EFA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,250,27); }

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

background-color css

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

 a { background-color: rgb(142,250,27); }

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

border-color css

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

 span { border-color: rgb(142,250,27); }

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