Html Css Color HEX #8CF01E Chartreuse

📋 copy color: '#8CF01E'

red 140 ◦ green 240 ◦ blue 30

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

Shades of Chartreuse #8CF01E

Tints of Chartreuse #8CF01E

RGB

 RED value IS 140 (55.08% from 255) = 34.15%

 GREEN value IS 240 (94.14% from 255) = 58.54%

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

R = 34.15%
G = 58.54%
B = 7.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#8CF01E (or 0x8CF01E) is known color: Chartreuse. HEX triplet: 8C, F0 and 1E. RGB value is (140,240,30). Sum of RGB (Red+Green+Blue) = 140+240+30=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 240 (94.14% from 255 or 58.54% from 410); Blue value is 30 (12.11% from 255 or 7.32% from 410); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF01E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF01E is #730FE1. Grayscale: #BABABA. Windows color (decimal): -7540706 or 2027660. OLE color: 2027660.

HSL color Cylindrical-coordinate representation of color #8CF01E: hue angle of 88.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8CF01E is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 240 30 -
CMYK 0.42 0 0.87 0.06
HSL 88.57º 0.88% 0.53% -
HSV(B) 88.57º 0.88% 0.94% -
XYZ 42.21 67.99 12.13 -
YUV 186.16 39.87 95.08 -
System Red Green Blue C M Y K H S L
Decimal 140 240 30 0.42 0 0.87 0.06 88.57 0.88 0.53
Hex 8C F0 1E 2A 0 57 6 59 58 35
Octal 214 360 36 52 0 127 6 131 130 65
Binary 10001100 11110000 11110 101010 0 1010111 110 1011001 1011000 110101

Color Harmonies of #8CF01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF01E

Black with #8CF01E

Text Example


Text Example

White with #8CF01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,240,30); }

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

background-color css

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

 a { background-color: rgb(140,240,30); }

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

border-color css

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

 span { border-color: rgb(140,240,30); }

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