Html Css Color HEX #7EB701 Lima

📋 copy color: '#7EB701'

red 126 ◦ green 183 ◦ blue 1

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

Shades of Lima #7EB701

Tints of Lima #7EB701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 59.03%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 40.65%
G = 59.03%
B = 0.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#7EB701 (or 0x7EB701) is known color: Lima. HEX triplet: 7E, B7 and 01. RGB value is (126,183,1). Sum of RGB (Red+Green+Blue) = 126+183+1=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #7EB701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB701 is #8148FE. Grayscale: #919191. Windows color (decimal): -8472831 or 112510. OLE color: 112510.

HSL color Cylindrical-coordinate representation of color #7EB701: hue angle of 78.79º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7EB701 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 126 183 1 -
CMYK 0.31 0 0.99 0.28
HSL 78.79º 0.99% 0.36% -
HSV(B) 78.79º 0.99% 0.72% -
XYZ 25.54 38.3 6.08 -
YUV 145.21 46.62 114.3 -
System Red Green Blue C M Y K H S L
Decimal 126 183 1 0.31 0 0.99 0.28 78.79 0.99 0.36
Hex 7E B7 1 1F 0 63 1C 4F 63 24
Octal 176 267 1 37 0 143 34 117 143 44
Binary 1111110 10110111 1 11111 0 1100011 11100 1001111 1100011 100100

Color Harmonies of #7EB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB701

Black with #7EB701

Text Example


Text Example

White with #7EB701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,183,1); }

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

background-color css

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

 a { background-color: rgb(126,183,1); }

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

border-color css

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

 span { border-color: rgb(126,183,1); }

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