Html Css Color HEX #7EBD1A Lima

📋 copy color: '#7EBD1A'

red 126 ◦ green 189 ◦ blue 26

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

Shades of Lima #7EBD1A

Tints of Lima #7EBD1A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.43%

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

R = 36.95%
G = 55.43%
B = 7.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#7EBD1A (or 0x7EBD1A) is known color: Lima. HEX triplet: 7E, BD and 1A. RGB value is (126,189,26). Sum of RGB (Red+Green+Blue) = 126+189+26=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBD1A is #8142E5. Grayscale: #989898. Windows color (decimal): -8471270 or 1752446. OLE color: 1752446.

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

Color convert

RGB 126 189 26 -
CMYK 0.33 0 0.86 0.26
HSL 83.19º 0.76% 0.42% -
HSV(B) 83.19º 0.86% 0.74% -
XYZ 26.99 40.91 7.45 -
YUV 151.58 57.13 109.75 -
System Red Green Blue C M Y K H S L
Decimal 126 189 26 0.33 0 0.86 0.26 83.19 0.76 0.42
Hex 7E BD 1A 21 0 56 1A 53 4C 2A
Octal 176 275 32 41 0 126 32 123 114 52
Binary 1111110 10111101 11010 100001 0 1010110 11010 1010011 1001100 101010

Color Harmonies of #7EBD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBD1A

Black with #7EBD1A

Text Example


Text Example

White with #7EBD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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