#7efa14

Color #7EFA14 Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #7EFA14

Tints of Lawn Green #7EFA14

Color information

#7EFA14 (or 0x7EFA14) is unknown color: approx Lawn Green. HEX triplet: 7E, FA and 14. RGB value is (126,250,20). Sum of RGB (Red+Green+Blue) = 126+250+20=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 250 (98.05% from 255 or 63.13% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 250 - color contains mainly: green. Hex color #7EFA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7EFA14 is #8105EB. Grayscale: #BBBBBB. Windows color (decimal): -8455660 or 1374846. OLE color: 1374846.

HSL color Cylindrical-coordinate representation of color #7EFA14: hue angle of 92.35º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7EFA14 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB12625020-
CMYK0.5000.920.02
HSL92.35º95.83%52.94%-
HSV(B)92.35º92%98.04%-
XYZ42.9272.8612.46-
YUV186.733.9284.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.82%
GREEN value IS 250 (98.05% from 255) = 63.13%
BLUE value IS 20 (8.20% from 255) = 5.05%
R=31.82%
G=63.13%
B=5.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal126250200.5000.920.0292.3595.8352.94
Hex7EFA143205C25c6035
Octal17637224620134213414065
Binary11111101111101010100110010010111001010111001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7efa14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,250,20); }

 H1.HeaderClassName
 {
   color: #7efa14;
 }
 .AnyTagClassName
 {
   color: #7efa14;
 }
</style>
background-color css

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

 a { background-color: rgb(126,250,20); }

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

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

 span { border-color: rgb(126,250,20); }

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