Html Css Color HEX #7EFF1A Chartreuse

📋 copy color: '#7EFF1A'

red 126 ◦ green 255 ◦ blue 26

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

Shades of Chartreuse #7EFF1A

Tints of Chartreuse #7EFF1A

RGB

 RED value IS 126 (49.61% from 255) = 30.96%

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

 BLUE value IS 26 (10.55% from 255) = 6.39%

R = 30.96%
G = 62.65%
B = 6.39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#7EFF1A (or 0x7EFF1A) is known color: Chartreuse. HEX triplet: 7E, FF and 1A. RGB value is (126,255,26). Sum of RGB (Red+Green+Blue) = 126+255+26=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 255 (100% from 255 or 62.65% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFF1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EFF1A is #8100E5. Grayscale: #BFBFBF. Windows color (decimal): -8454374 or 1769342. OLE color: 1769342.

HSL color Cylindrical-coordinate representation of color #7EFF1A: hue angle of 93.8º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7EFF1A is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 126 255 26 -
CMYK 0.51 0 0.90 0
HSL 93.8º 1% 0.55% -
HSV(B) 93.8º 0.9% 1% -
XYZ 44.55 76.03 13.3 -
YUV 190.32 35.26 82.12 -
System Red Green Blue C M Y K H S L
Decimal 126 255 26 0.51 0 0.90 0 93.8 1 0.55
Hex 7E FF 1A 33 0 5A 0 5E 64 37
Octal 176 377 32 63 0 132 0 136 144 67
Binary 1111110 11111111 11010 110011 0 1011010 0 1011110 1100100 110111

Color Harmonies of #7EFF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFF1A

Black with #7EFF1A

Text Example


Text Example

White with #7EFF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7EFF1A; }

 p { color: rgb(126,255,26); }

 H1.HeaderClassName
 {
   color: #7EFF1A;
 }
 .AnyTagClassName
 {
   color: #7EFF1A;
 }
</style>

background-color css

<style>
 a { background-color: #7EFF1A; }

 a { background-color: rgb(126,255,26); }

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

border-color css

<style>
 span { border-color: #7EFF1A; }

 span { border-color: rgb(126,255,26); }

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