Html Css Color HEX #7EBC1D Lima

📋 copy color: '#7EBC1D'

red 126 ◦ green 188 ◦ blue 29

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

Shades of Lima #7EBC1D

Tints of Lima #7EBC1D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.81%

 BLUE value IS 29 (11.72% from 255) = 8.45%

R = 36.73%
G = 54.81%
B = 8.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#7EBC1D (or 0x7EBC1D) is known color: Lima. HEX triplet: 7E, BC and 1D. RGB value is (126,188,29). Sum of RGB (Red+Green+Blue) = 126+188+29=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBC1D is #8143E2. Grayscale: #979797. Windows color (decimal): -8471523 or 1948798. OLE color: 1948798.

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

Color convert

RGB 126 188 29 -
CMYK 0.33 0 0.85 0.26
HSL 83.4º 0.73% 0.43% -
HSV(B) 83.4º 0.85% 0.74% -
XYZ 26.81 40.49 7.56 -
YUV 151.34 58.96 109.93 -
System Red Green Blue C M Y K H S L
Decimal 126 188 29 0.33 0 0.85 0.26 83.4 0.73 0.43
Hex 7E BC 1D 21 0 55 1A 53 49 2B
Octal 176 274 35 41 0 125 32 123 111 53
Binary 1111110 10111100 11101 100001 0 1010101 11010 1010011 1001001 101011

Color Harmonies of #7EBC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBC1D

Black with #7EBC1D

Text Example


Text Example

White with #7EBC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,188,29); }

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

background-color css

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

 a { background-color: rgb(126,188,29); }

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

border-color css

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

 span { border-color: rgb(126,188,29); }

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