Html Css Color HEX #8CFE1E Chartreuse

📋 copy color: '#8CFE1E'

red 140 ◦ green 254 ◦ blue 30

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

Shades of Chartreuse #8CFE1E

Tints of Chartreuse #8CFE1E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 59.91%

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

R = 33.02%
G = 59.91%
B = 7.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#8CFE1E (or 0x8CFE1E) is known color: Chartreuse. HEX triplet: 8C, FE and 1E. RGB value is (140,254,30). Sum of RGB (Red+Green+Blue) = 140+254+30=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 254 (99.61% from 255 or 59.91% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFE1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFE1E is #7301E1. Grayscale: #C3C3C3. Windows color (decimal): -7537122 or 2031244. OLE color: 2031244.

HSL color Cylindrical-coordinate representation of color #8CFE1E: hue angle of 90.54º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8CFE1E is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB 140 254 30 -
CMYK 0.45 0 0.88 0.00
HSL 90.54º 0.99% 0.56% -
HSV(B) 90.54º 0.88% 1% -
XYZ 46.49 76.55 13.55 -
YUV 194.38 35.23 89.21 -
System Red Green Blue C M Y K H S L
Decimal 140 254 30 0.45 0 0.88 0.00 90.54 0.99 0.56
Hex 8C FE 1E 2D 0 58 0 5B 63 38
Octal 214 376 36 55 0 130 0 133 143 70
Binary 10001100 11111110 11110 101101 0 1011000 0 1011011 1100011 111000

Color Harmonies of #8CFE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFE1E

Black with #8CFE1E

Text Example


Text Example

White with #8CFE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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