Html Css Color HEX #7EBC3C Lima

📋 copy color: '#7EBC3C'

red 126 ◦ green 188 ◦ blue 60

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

Shades of Lima #7EBC3C

Tints of Lima #7EBC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.04%

R = 33.69%
G = 50.27%
B = 16.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#7EBC3C (or 0x7EBC3C) is known color: Lima. HEX triplet: 7E, BC and 3C. RGB value is (126,188,60). Sum of RGB (Red+Green+Blue) = 126+188+60=374 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.69% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBC3C is #8143C3. Grayscale: #9B9B9B. Windows color (decimal): -8471492 or 3980414. OLE color: 3980414.

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

Color convert

RGB 126 188 60 -
CMYK 0.33 0 0.68 0.26
HSL 89.06º 0.52% 0.49% -
HSV(B) 89.06º 0.68% 0.74% -
XYZ 27.4 40.73 10.69 -
YUV 154.87 74.46 107.41 -
System Red Green Blue C M Y K H S L
Decimal 126 188 60 0.33 0 0.68 0.26 89.06 0.52 0.49
Hex 7E BC 3C 21 0 44 1A 59 34 31
Octal 176 274 74 41 0 104 32 131 64 61
Binary 1111110 10111100 111100 100001 0 1000100 11010 1011001 110100 110001

Color Harmonies of #7EBC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBC3C

Black with #7EBC3C

Text Example


Text Example

White with #7EBC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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