Html Css Color HEX #7EBA26 Lima

📋 copy color: '#7EBA26'

red 126 ◦ green 186 ◦ blue 38

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

Shades of Lima #7EBA26

Tints of Lima #7EBA26

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.14%

 BLUE value IS 38 (15.23% from 255) = 10.86%

R = 36%
G = 53.14%
B = 10.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#7EBA26 (or 0x7EBA26) is known color: Lima. HEX triplet: 7E, BA and 26. RGB value is (126,186,38). Sum of RGB (Red+Green+Blue) = 126+186+38=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBA26 is #8145D9. Grayscale: #979797. Windows color (decimal): -8472026 or 2538110. OLE color: 2538110.

HSL color Cylindrical-coordinate representation of color #7EBA26: hue angle of 84.32º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7EBA26 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 186 38 -
CMYK 0.32 0 0.80 0.27
HSL 84.32º 0.66% 0.44% -
HSV(B) 84.32º 0.8% 0.73% -
XYZ 26.51 39.69 8.1 -
YUV 151.19 64.12 110.03 -
System Red Green Blue C M Y K H S L
Decimal 126 186 38 0.32 0 0.80 0.27 84.32 0.66 0.44
Hex 7E BA 26 20 0 50 1B 54 42 2C
Octal 176 272 46 40 0 120 33 124 102 54
Binary 1111110 10111010 100110 100000 0 1010000 11011 1010100 1000010 101100

Color Harmonies of #7EBA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBA26

Black with #7EBA26

Text Example


Text Example

White with #7EBA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,186,38); }

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

background-color css

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

 a { background-color: rgb(126,186,38); }

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

border-color css

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

 span { border-color: rgb(126,186,38); }

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