Html Css Color HEX #8CFF02 Chartreuse

📋 copy color: '#8CFF02'

red 140 ◦ green 255 ◦ blue 2

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

Shades of Chartreuse #8CFF02

Tints of Chartreuse #8CFF02

RGB

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

 GREEN value IS 255 (100% from 255) = 64.23%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 35.26%
G = 64.23%
B = 0.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#8CFF02 (or 0x8CFF02) is known color: Chartreuse. HEX triplet: 8C, FF and 02. RGB value is (140,255,2). Sum of RGB (Red+Green+Blue) = 140+255+2=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 255 (100% from 255 or 64.23% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFF02 is #7300FD. Grayscale: #C0C0C0. Windows color (decimal): -7536894 or 196492. OLE color: 196492.

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

Color convert

RGB 140 255 2 -
CMYK 0.45 0 0.99 0
HSL 87.27º 1% 0.5% -
HSV(B) 87.27º 0.99% 1% -
XYZ 46.59 77.1 12.48 -
YUV 191.77 20.9 91.07 -
System Red Green Blue C M Y K H S L
Decimal 140 255 2 0.45 0 0.99 0 87.27 1 0.5
Hex 8C FF 2 2D 0 63 0 57 64 32
Octal 214 377 2 55 0 143 0 127 144 62
Binary 10001100 11111111 10 101101 0 1100011 0 1010111 1100100 110010

Color Harmonies of #8CFF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFF02

Black with #8CFF02

Text Example


Text Example

White with #8CFF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,255,2); }

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

background-color css

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

 a { background-color: rgb(140,255,2); }

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

border-color css

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

 span { border-color: rgb(140,255,2); }

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