Html Css Color HEX #7EBE1A Lima

📋 copy color: '#7EBE1A'

red 126 ◦ green 190 ◦ blue 26

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

Shades of Lima #7EBE1A

Tints of Lima #7EBE1A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.56%

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

R = 36.84%
G = 55.56%
B = 7.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#7EBE1A (or 0x7EBE1A) is known color: Lima. HEX triplet: 7E, BE and 1A. RGB value is (126,190,26). Sum of RGB (Red+Green+Blue) = 126+190+26=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBE1A is #8141E5. Grayscale: #989898. Windows color (decimal): -8471014 or 1752702. OLE color: 1752702.

HSL color Cylindrical-coordinate representation of color #7EBE1A: hue angle of 83.41º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7EBE1A is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 190 26 -
CMYK 0.34 0 0.86 0.25
HSL 83.41º 0.76% 0.42% -
HSV(B) 83.41º 0.86% 0.75% -
XYZ 27.2 41.34 7.52 -
YUV 152.17 56.8 109.34 -
System Red Green Blue C M Y K H S L
Decimal 126 190 26 0.34 0 0.86 0.25 83.41 0.76 0.42
Hex 7E BE 1A 22 0 56 19 53 4C 2A
Octal 176 276 32 42 0 126 31 123 114 52
Binary 1111110 10111110 11010 100010 0 1010110 11001 1010011 1001100 101010

Color Harmonies of #7EBE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBE1A

Black with #7EBE1A

Text Example


Text Example

White with #7EBE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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