Html Css Color HEX #8CFA1E Chartreuse

📋 copy color: '#8CFA1E'

red 140 ◦ green 250 ◦ blue 30

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

Shades of Chartreuse #8CFA1E

Tints of Chartreuse #8CFA1E

RGB

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

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

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

R = 33.33%
G = 59.52%
B = 7.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#8CFA1E (or 0x8CFA1E) is known color: Chartreuse. HEX triplet: 8C, FA and 1E. RGB value is (140,250,30). Sum of RGB (Red+Green+Blue) = 140+250+30=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 250 (98.05% from 255 or 59.52% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFA1E is #7305E1. Grayscale: #C0C0C0. Windows color (decimal): -7538146 or 2030220. OLE color: 2030220.

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

Color convert

RGB 140 250 30 -
CMYK 0.44 0 0.88 0.02
HSL 90º 0.96% 0.55% -
HSV(B) 90º 0.88% 0.98% -
XYZ 45.24 74.04 13.14 -
YUV 192.03 36.56 90.89 -
System Red Green Blue C M Y K H S L
Decimal 140 250 30 0.44 0 0.88 0.02 90 0.96 0.55
Hex 8C FA 1E 2C 0 58 2 5A 60 37
Octal 214 372 36 54 0 130 2 132 140 67
Binary 10001100 11111010 11110 101100 0 1011000 10 1011010 1100000 110111

Color Harmonies of #8CFA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFA1E

Black with #8CFA1E

Text Example


Text Example

White with #8CFA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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