Html Css Color HEX #8CFC1B Chartreuse

📋 copy color: '#8CFC1B'

red 140 ◦ green 252 ◦ blue 27

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

Shades of Chartreuse #8CFC1B

Tints of Chartreuse #8CFC1B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 60.14%

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

R = 33.41%
G = 60.14%
B = 6.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#8CFC1B (or 0x8CFC1B) is known color: Chartreuse. HEX triplet: 8C, FC and 1B. RGB value is (140,252,27). Sum of RGB (Red+Green+Blue) = 140+252+27=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 252 (98.83% from 255 or 60.14% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFC1B is #7303E4. Grayscale: #C1C1C1. Windows color (decimal): -7537637 or 1834124. OLE color: 1834124.

HSL color Cylindrical-coordinate representation of color #8CFC1B: hue angle of 89.87º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CFC1B is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 252 27 -
CMYK 0.44 0 0.89 0.01
HSL 89.87º 0.97% 0.55% -
HSV(B) 89.87º 0.89% 0.99% -
XYZ 45.82 75.28 13.15 -
YUV 192.86 34.39 90.3 -
System Red Green Blue C M Y K H S L
Decimal 140 252 27 0.44 0 0.89 0.01 89.87 0.97 0.55
Hex 8C FC 1B 2C 0 59 1 5A 61 37
Octal 214 374 33 54 0 131 1 132 141 67
Binary 10001100 11111100 11011 101100 0 1011001 1 1011010 1100001 110111

Color Harmonies of #8CFC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFC1B

Black with #8CFC1B

Text Example


Text Example

White with #8CFC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,252,27); }

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

background-color css

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

 a { background-color: rgb(140,252,27); }

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

border-color css

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

 span { border-color: rgb(140,252,27); }

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