Html Css Color HEX #7CBA2E Lima

📋 copy color: '#7CBA2E'

red 124 ◦ green 186 ◦ blue 46

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

Shades of Lima #7CBA2E

Tints of Lima #7CBA2E

RGB

 RED value IS 124 (48.83% from 255) = 34.83%

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

 BLUE value IS 46 (18.36% from 255) = 12.92%

R = 34.83%
G = 52.25%
B = 12.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#7CBA2E (or 0x7CBA2E) is known color: Lima. HEX triplet: 7C, BA and 2E. RGB value is (124,186,46). Sum of RGB (Red+Green+Blue) = 124+186+46=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA2E is #8345D1. Grayscale: #989898. Windows color (decimal): -8603090 or 3062396. OLE color: 3062396.

HSL color Cylindrical-coordinate representation of color #7CBA2E: hue angle of 86.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CBA2E is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 186 46 -
CMYK 0.33 0 0.75 0.27
HSL 86.57º 0.6% 0.45% -
HSV(B) 86.57º 0.75% 0.73% -
XYZ 26.36 39.6 8.84 -
YUV 151.5 68.46 108.38 -
System Red Green Blue C M Y K H S L
Decimal 124 186 46 0.33 0 0.75 0.27 86.57 0.6 0.45
Hex 7C BA 2E 21 0 4B 1B 57 3C 2D
Octal 174 272 56 41 0 113 33 127 74 55
Binary 1111100 10111010 101110 100001 0 1001011 11011 1010111 111100 101101

Color Harmonies of #7CBA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA2E

Black with #7CBA2E

Text Example


Text Example

White with #7CBA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,186,46); }

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

background-color css

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

 a { background-color: rgb(124,186,46); }

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

border-color css

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

 span { border-color: rgb(124,186,46); }

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