Html Css Color HEX #7EBA1E Lima

📋 copy color: '#7EBA1E'

red 126 ◦ green 186 ◦ blue 30

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

Shades of Lima #7EBA1E

Tints of Lima #7EBA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.77%

R = 36.84%
G = 54.39%
B = 8.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#7EBA1E (or 0x7EBA1E) is known color: Lima. HEX triplet: 7E, BA and 1E. RGB value is (126,186,30). Sum of RGB (Red+Green+Blue) = 126+186+30=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBA1E is #8145E1. Grayscale: #969696. Windows color (decimal): -8472034 or 2013822. OLE color: 2013822.

HSL color Cylindrical-coordinate representation of color #7EBA1E: hue angle of 83.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7EBA1E is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 186 30 -
CMYK 0.32 0 0.84 0.27
HSL 83.08º 0.72% 0.42% -
HSV(B) 83.08º 0.84% 0.73% -
XYZ 26.4 39.65 7.49 -
YUV 150.28 60.12 110.68 -
System Red Green Blue C M Y K H S L
Decimal 126 186 30 0.32 0 0.84 0.27 83.08 0.72 0.42
Hex 7E BA 1E 20 0 54 1B 53 48 2A
Octal 176 272 36 40 0 124 33 123 110 52
Binary 1111110 10111010 11110 100000 0 1010100 11011 1010011 1001000 101010

Color Harmonies of #7EBA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBA1E

Black with #7EBA1E

Text Example


Text Example

White with #7EBA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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