Html Css Color HEX #7EBD3C Lima

📋 copy color: '#7EBD3C'

red 126 ◦ green 189 ◦ blue 60

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

Shades of Lima #7EBD3C

Tints of Lima #7EBD3C

RGB

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

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

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

R = 33.6%
G = 50.4%
B = 16%

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

#7EBD3C (or 0x7EBD3C) is known color: Lima. HEX triplet: 7E, BD and 3C. RGB value is (126,189,60). Sum of RGB (Red+Green+Blue) = 126+189+60=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBD3C is #8142C3. Grayscale: #9B9B9B. Windows color (decimal): -8471236 or 3980670. OLE color: 3980670.

HSL color Cylindrical-coordinate representation of color #7EBD3C: hue angle of 89.3º 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 #7EBD3C is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 189 60 -
CMYK 0.33 0 0.68 0.26
HSL 89.3º 0.52% 0.49% -
HSV(B) 89.3º 0.68% 0.74% -
XYZ 27.62 41.16 10.76 -
YUV 155.46 74.13 106.99 -
System Red Green Blue C M Y K H S L
Decimal 126 189 60 0.33 0 0.68 0.26 89.3 0.52 0.49
Hex 7E BD 3C 21 0 44 1A 59 34 31
Octal 176 275 74 41 0 104 32 131 64 61
Binary 1111110 10111101 111100 100001 0 1000100 11010 1011001 110100 110001

Color Harmonies of #7EBD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBD3C

Black with #7EBD3C

Text Example


Text Example

White with #7EBD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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