Html Css Color HEX #7EFE12 Chartreuse

📋 copy color: '#7EFE12'

red 126 ◦ green 254 ◦ blue 18

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

Shades of Chartreuse #7EFE12

Tints of Chartreuse #7EFE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.52%

R = 31.66%
G = 63.82%
B = 4.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#7EFE12 (or 0x7EFE12) is known color: Chartreuse. HEX triplet: 7E, FE and 12. RGB value is (126,254,18). Sum of RGB (Red+Green+Blue) = 126+254+18=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 254 (99.61% from 255 or 63.82% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFE12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7EFE12 is #8101ED. Grayscale: #BDBDBD. Windows color (decimal): -8454638 or 1244798. OLE color: 1244798.

HSL color Cylindrical-coordinate representation of color #7EFE12: hue angle of 92.54º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EFE12 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 126 254 18 -
CMYK 0.50 0 0.93 0.00
HSL 92.54º 0.99% 0.53% -
HSV(B) 92.54º 0.93% 1% -
XYZ 44.16 75.36 12.79 -
YUV 188.82 31.59 83.19 -
System Red Green Blue C M Y K H S L
Decimal 126 254 18 0.50 0 0.93 0.00 92.54 0.99 0.53
Hex 7E FE 12 32 0 5D 0 5D 63 35
Octal 176 376 22 62 0 135 0 135 143 65
Binary 1111110 11111110 10010 110010 0 1011101 0 1011101 1100011 110101

Color Harmonies of #7EFE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFE12

Black with #7EFE12

Text Example


Text Example

White with #7EFE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,254,18); }

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

background-color css

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

 a { background-color: rgb(126,254,18); }

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

border-color css

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

 span { border-color: rgb(126,254,18); }

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