Html Css Color HEX #8EF21E Chartreuse

📋 copy color: '#8EF21E'

red 142 ◦ green 242 ◦ blue 30

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

Shades of Chartreuse #8EF21E

Tints of Chartreuse #8EF21E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.45%

 BLUE value IS 30 (12.11% from 255) = 7.25%

R = 34.3%
G = 58.45%
B = 7.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#8EF21E (or 0x8EF21E) is known color: Chartreuse. HEX triplet: 8E, F2 and 1E. RGB value is (142,242,30). Sum of RGB (Red+Green+Blue) = 142+242+30=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 242 (94.92% from 255 or 58.45% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF21E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EF21E is #710DE1. Grayscale: #BCBCBC. Windows color (decimal): -7409122 or 2028174. OLE color: 2028174.

HSL color Cylindrical-coordinate representation of color #8EF21E: hue angle of 88.3º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8EF21E is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 242 30 -
CMYK 0.41 0 0.88 0.05
HSL 88.3º 0.89% 0.53% -
HSV(B) 88.3º 0.88% 0.95% -
XYZ 43.14 69.35 12.34 -
YUV 187.93 38.87 95.24 -
System Red Green Blue C M Y K H S L
Decimal 142 242 30 0.41 0 0.88 0.05 88.3 0.89 0.53
Hex 8E F2 1E 29 0 58 5 58 59 35
Octal 216 362 36 51 0 130 5 130 131 65
Binary 10001110 11110010 11110 101001 0 1011000 101 1011000 1011001 110101

Color Harmonies of #8EF21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF21E

Black with #8EF21E

Text Example


Text Example

White with #8EF21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,242,30); }

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

background-color css

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

 a { background-color: rgb(142,242,30); }

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

border-color css

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

 span { border-color: rgb(142,242,30); }

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